OLD | NEW |
1 #content | 1 #content |
2 { | 2 { |
3 width: 990px; | 3 width: 990px; |
4 margin-bottom: 290px; | 4 margin-bottom: 290px; |
5 padding-left: 0; | 5 padding-left: 0; |
6 padding-right: 0; | 6 padding-right: 0; |
7 } | 7 } |
8 | 8 |
9 #content.ua-android, | 9 #content.ua-android, |
10 #content.ua-ios | 10 #content.ua-ios |
(...skipping 12 matching lines...) Expand all Loading... |
23 margin-bottom: 4px; | 23 margin-bottom: 4px; |
24 } | 24 } |
25 | 25 |
26 html[dir="rtl"] #main | 26 html[dir="rtl"] #main |
27 { | 27 { |
28 float: left; | 28 float: left; |
29 margin-right: 0px; | 29 margin-right: 0px; |
30 margin-left: 8px; | 30 margin-left: 8px; |
31 } | 31 } |
32 | 32 |
33 #install .install-button, #information-android, #edge-subscription | 33 #install .install-button, |
| 34 #information-android, |
| 35 h3.edge-message |
34 { | 36 { |
35 position: absolute; | 37 position: absolute; |
36 } | 38 } |
37 | 39 |
38 #install .install-button, #edge-subscription | 40 #install .install-button, |
| 41 h3.edge-message |
39 { | 42 { |
40 bottom: 2px; | 43 bottom: 2px; |
41 left: 0; | 44 left: 0; |
42 width: 100%; | 45 width: 100%; |
43 } | 46 } |
44 | 47 |
| 48 h3.edge-message |
| 49 { |
| 50 margin: 0px; |
| 51 } |
| 52 |
45 #install .install-button:active | 53 #install .install-button:active |
46 { | 54 { |
47 bottom: 0px; | 55 bottom: 0px; |
48 } | 56 } |
49 | 57 |
50 #other-platform | 58 #other-platform |
51 { | 59 { |
52 position: absolute; | 60 position: absolute; |
53 top: 320px; | 61 top: 320px; |
54 } | 62 } |
55 | 63 |
56 #other-platform > div | 64 #other-platform > div |
57 { | 65 { |
58 margin-bottom: 10px; | 66 margin-bottom: 10px; |
59 } | 67 } |
60 | 68 |
61 #content.edge #edge-teaser | 69 #content.edge #edge-teaser |
62 { | 70 { |
63 display: inline-block; | 71 display: inline-block; |
64 padding: 0px; | 72 padding: 0px; |
65 } | 73 } |
66 | 74 |
67 #content.edge #features li:first-child | |
68 { | |
69 display: none; | |
70 } | |
71 | |
72 #edge-subscription input[type=email] | |
73 { | |
74 width: 210px; | |
75 } | |
76 | |
77 #information-android | 75 #information-android |
78 { | 76 { |
79 left: 2px; | 77 left: 2px; |
80 bottom: -25px; | 78 bottom: -25px; |
81 } | 79 } |
82 | 80 |
83 #messages-wrapper | 81 #messages-wrapper |
84 { | 82 { |
85 margin-top: 50px; | 83 margin-top: 50px; |
86 margin-bottom: 30px; | 84 margin-bottom: 30px; |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 | 184 |
187 #more-tabs #sidebar button | 185 #more-tabs #sidebar button |
188 { | 186 { |
189 display: block; | 187 display: block; |
190 } | 188 } |
191 | 189 |
192 .more-tab | 190 .more-tab |
193 { | 191 { |
194 width: 760px; | 192 width: 760px; |
195 } | 193 } |
OLD | NEW |