LEFT | RIGHT |
1 #content | 1 #content |
2 { | 2 { |
3 text-align: center; | 3 text-align: center; |
4 margin-left: 0; | 4 margin-left: 0; |
5 margin-right: 0; | 5 margin-right: 0; |
6 } | 6 } |
7 | 7 |
8 #abb-banner | 8 #abb-banner |
9 { | 9 { |
10 padding: 20px; | 10 padding: 20px; |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 display: block; | 53 display: block; |
54 margin-top: 10px; | 54 margin-top: 10px; |
55 } | 55 } |
56 | 56 |
57 #install li | 57 #install li |
58 { | 58 { |
59 margin: 0px 10px; | 59 margin: 0px 10px; |
60 } | 60 } |
61 | 61 |
62 .warning-platform, #maxthon-notification, | 62 .warning-platform, #maxthon-notification, |
63 .disclaimer, #adblock-browser-notification | 63 .disclaimer, #adblock-browser-notification, |
| 64 #edge-subscription |
64 { | 65 { |
65 margin: 10px; | 66 margin: 10px; |
66 } | 67 } |
67 | 68 |
68 #key-facts section | 69 #key-facts section |
69 { | 70 { |
70 width: auto; | 71 width: auto; |
71 max-width: 225px; | 72 max-width: 225px; |
72 margin-top: 25px; | 73 margin-top: 25px; |
73 margin-left: 15px; | 74 margin-left: 15px; |
74 margin-right: 15px; | 75 margin-right: 15px; |
75 padding-left: 80px; | 76 padding-left: 80px; |
76 padding-right: 0px; | 77 padding-right: 0px; |
77 text-align: left; | 78 text-align: left; |
78 } | 79 } |
79 | 80 |
80 html[dir="rtl"] #key-facts section | 81 html[dir="rtl"] #key-facts section |
81 { | 82 { |
82 padding-right: 80px; | 83 padding-right: 80px; |
83 padding-left: 0px; | 84 padding-left: 0px; |
84 text-align: right; | 85 text-align: right; |
85 } | 86 } |
86 | 87 |
| 88 #edge-subscription button[type=submit], #edge-subscription input[type=email] |
| 89 { |
| 90 webkit-box-sizing: border-box; |
| 91 -moz-box-sizing: border-box; |
| 92 -ms-box-sizing: border-box; |
| 93 -o-box-sizing: border-box; |
| 94 box-sizing: border-box; |
| 95 width: 100%; |
| 96 } |
| 97 |
| 98 #edge-teaser |
| 99 { |
| 100 display: none; |
| 101 } |
| 102 |
87 #key-facts section.border-right | 103 #key-facts section.border-right |
88 { | 104 { |
89 padding-bottom: 25px; | 105 padding-bottom: 25px; |
90 border-bottom: 1px dotted black; | 106 border-bottom: 1px dotted black; |
91 } | 107 } |
92 | 108 |
93 #more, #less | 109 #more, #less |
94 { | 110 { |
95 padding: 10px 50px; | 111 padding: 10px 50px; |
96 border-radius: 4px; | 112 border-radius: 4px; |
97 } | 113 } |
98 | 114 |
99 #sidebar | 115 #sidebar |
100 { | 116 { |
101 padding-top: 20px; | 117 padding-top: 20px; |
102 } | 118 } |
103 | 119 |
104 .more-tab | 120 .more-tab |
105 { | 121 { |
106 text-align: left; | 122 text-align: left; |
107 margin: 10px 10px 0px 10px; | 123 margin: 10px 10px 0px 10px; |
108 } | 124 } |
109 | |
110 #edge-subscription button[type=submit], #edge-subscription input[type=email] | |
111 { | |
112 webkit-box-sizing: border-box; | |
113 -moz-box-sizing: border-box; | |
114 -ms-box-sizing: border-box; | |
115 -o-box-sizing: border-box; | |
116 box-sizing: border-box; | |
117 width: 100%; | |
118 } | |
119 | |
120 #edge-teaser | |
121 { | |
122 display: none; | |
123 } | |
LEFT | RIGHT |