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 17 matching lines...) Expand all Loading... |
28 height: 380px; | 28 height: 380px; |
29 } | 29 } |
30 | 30 |
31 html[dir="rtl"] #main | 31 html[dir="rtl"] #main |
32 { | 32 { |
33 float: left; | 33 float: left; |
34 margin-right: 0px; | 34 margin-right: 0px; |
35 margin-left: 8px; | 35 margin-left: 8px; |
36 } | 36 } |
37 | 37 |
38 #install .install-button, #install ul, #information-android | 38 #install .install-button, #information-android |
39 { | 39 { |
40 position: absolute; | 40 position: absolute; |
41 } | 41 } |
42 | 42 |
43 #install .install-button | 43 #install .install-button |
44 { | 44 { |
45 bottom: 2px; | 45 bottom: 2px; |
46 left: 0; | 46 left: 0; |
| 47 width: 100%; |
47 } | 48 } |
48 | 49 |
49 #install .install-button:active | 50 #install .install-button:active |
50 { | 51 { |
51 bottom: 0px; | 52 bottom: 0px; |
52 } | 53 } |
53 | 54 |
54 #install ul | 55 #install ul |
55 { | 56 { |
56 bottom: -2px; | 57 width: 100%; |
57 right: 0; | 58 text-align: center; |
58 width: 115px; | 59 vertical-align: bottom; |
| 60 margin-top: 65px; |
59 } | 61 } |
60 | 62 |
61 #content.maxthon #install ul, | 63 #content.maxthon #install ul |
62 #content.edge #install ul | |
63 { | 64 { |
64 margin-left: 18px; | 65 bottom: 0px; |
65 right: auto; | 66 right: 0; |
66 width: auto; | 67 width: 100%; |
| 68 text-align: center; |
67 } | 69 } |
68 | 70 |
69 #content.edge #install ul | 71 #content.edge #install ul |
70 { | 72 { |
71 margin: 0px 35px; | 73 margin: 10px 35px; |
| 74 text-align: left; |
72 } | 75 } |
73 | 76 |
74 #content.edge #other-browsers | 77 #content.edge #other-browsers |
75 { | 78 { |
76 margin: 0px 40px; | 79 margin: 0px 40px; |
77 display: block; | 80 display: block; |
78 } | 81 } |
79 | 82 |
80 #information-android | 83 #information-android |
81 { | 84 { |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 #content.edge #edge-teaser | 198 #content.edge #edge-teaser |
196 { | 199 { |
197 display: inline-block; | 200 display: inline-block; |
198 padding: 0px; | 201 padding: 0px; |
199 } | 202 } |
200 | 203 |
201 #subscribe-textbox | 204 #subscribe-textbox |
202 { | 205 { |
203 width: 210px; | 206 width: 210px; |
204 } | 207 } |
OLD | NEW |