| Left: | ||
| Right: |
| 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 #main | 9 #main |
| 10 { | 10 { |
| 11 width: 421px; | 11 width: 426px; |
| 12 height: 307px; | 12 height: 307px; |
| 13 position: relative; | 13 position: relative; |
| 14 float: right; | 14 float: right; |
| 15 margin-left: 0px; | 15 margin-left: 0px; |
| 16 margin-right: 8px; | 16 margin-right: 3px; |
| 17 margin-bottom: 4px; | 17 margin-bottom: 4px; |
| 18 } | 18 } |
| 19 | 19 |
| 20 html[dir="rtl"] #main | 20 html[dir="rtl"] #main |
| 21 { | 21 { |
| 22 float: left; | 22 float: left; |
| 23 margin-right: 0px; | 23 margin-right: 0px; |
| 24 margin-left: 8px; | 24 margin-left: 8px; |
| 25 } | 25 } |
| 26 | 26 |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 37 | 37 |
| 38 #install .install-button:active | 38 #install .install-button:active |
| 39 { | 39 { |
| 40 bottom: 0px; | 40 bottom: 0px; |
| 41 } | 41 } |
| 42 | 42 |
| 43 #install ul | 43 #install ul |
| 44 { | 44 { |
| 45 bottom: -2px; | 45 bottom: -2px; |
| 46 right: 0; | 46 right: 0; |
| 47 width: 110px; | 47 width: 115px; |
| 48 } | 48 } |
| 49 | 49 |
| 50 #information-android | 50 #information-android |
| 51 { | 51 { |
| 52 left: 2px; | 52 left: 2px; |
| 53 bottom: -25px; | 53 bottom: -25px; |
| 54 } | 54 } |
| 55 | 55 |
| 56 .warning-platform | 56 .warning-platform, |
| 57 .disclaimer | |
| 57 { | 58 { |
| 58 width: 100%; | 59 width: 100%; |
| 59 margin-top: 50px; | 60 margin-top: 50px; |
| 60 margin-bottom: 50px; | 61 margin-bottom: 50px; |
| 61 float: right; | 62 float: right; |
| 62 } | 63 } |
| 63 | 64 |
| 65 html[lang="fr"] .warning-platform | |
| 66 { | |
| 67 margin-top: 0px; | |
| 68 } | |
| 69 | |
| 64 #key-facts | 70 #key-facts |
| 65 { | 71 { |
| 66 margin-top: 50px; | 72 margin-top: 50px; |
| 67 margin-left: 80px; | 73 margin-left: 80px; |
| 68 margin-right: 0px; | 74 margin-right: 0px; |
| 69 } | 75 } |
| 70 | 76 |
| 71 html[dir="rtl"] #key-facts | 77 html[dir="rtl"] #key-facts |
| 72 { | 78 { |
| 73 margin-right: 80px; | 79 margin-right: 80px; |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 148 | 154 |
| 149 #more-tabs #sidebar button | 155 #more-tabs #sidebar button |
| 150 { | 156 { |
| 151 display: block; | 157 display: block; |
| 152 } | 158 } |
| 153 | 159 |
| 154 .more-tab | 160 .more-tab |
| 155 { | 161 { |
| 156 width: 760px; | 162 width: 760px; |
| 157 } | 163 } |
| OLD | NEW |