Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/index.css

Issue 29690912: Fixes #9 - Update cross-promotional section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Change background image to solid colour Created Feb. 28, 2018, 8:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #content 1 #content
2 { 2 {
3 padding-top: 5em; 3 padding-top: 5em;
4 margin: 0 auto; 4 margin: 0 auto;
5 } 5 }
6 6
7 #key-facts h1 7 #key-facts h1
8 { 8 {
9 font-size: 16px; 9 font-size: 16px;
10 } 10 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 } 57 }
58 58
59 .ua-android #abb-banner, 59 .ua-android #abb-banner,
60 .ua-ios #abb-banner, 60 .ua-ios #abb-banner,
61 .ua-android #abb-android-download, 61 .ua-android #abb-android-download,
62 .ua-ios #abb-ios-download 62 .ua-ios #abb-ios-download
63 { 63 {
64 display: block; 64 display: block;
65 } 65 }
66 66
67 .ua-android #adblock-browser-notification,
68 .ua-ios #adblock-browser-notification
69 {
70 display: none;
71 }
72
73 #main, #video-container 67 #main, #video-container
74 { 68 {
75 display: inline-block; 69 display: inline-block;
76 vertical-align: top; /* Fix for https://bugzil.la/1320660 */ 70 vertical-align: top; /* Fix for https://bugzil.la/1320660 */
77 } 71 }
78 72
79 #video-container, #maxthon-instruction, #edge-teaser 73 #video-container, #maxthon-instruction, #edge-teaser
80 { 74 {
81 background: #ffffff; 75 background: #ffffff;
82 padding: 10px; 76 padding: 10px;
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 { 799 {
806 #media-list 800 #media-list
807 { 801 {
808 display: flex; 802 display: flex;
809 justify-content: space-between; 803 justify-content: space-between;
810 align-items: center; 804 align-items: center;
811 } 805 }
812 } 806 }
813 807
814 } 808 }
809
810 /******************************************************************************
811 * #abb-notification
812 *****************************************************************************/
813
814 #abb-notification h2,
815 #abb-notification h3
816 {
817 text-transform: uppercase;
818 }
819
820 #abb-logo
821 {
822 max-width: 10em;
823 }
824
825 #abb-app-store-badges img
826 {
827 width: 200px;
828 }
829
830 @media (min-width: 768px) /* tablet-breakpoint */
831 {
832 #abb-notification figure,
833 #abb-app-store-badges
834 {
835 padding-left: 2em;
836 padding-right: 2em;
837 }
838 }
OLDNEW

Powered by Google App Engine
This is Rietveld