| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 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 } | |
| 8 | |
| 9 #content.ua-android, | |
| 10 #content.ua-ios | |
| 11 { | |
| 12 width: 1000px; | |
| 7 } | 13 } |
| 8 | 14 |
| 9 #main | 15 #main |
| 10 { | 16 { |
| 11 width: 426px; | 17 width: 426px; |
| 12 height: 307px; | 18 height: 307px; |
| 13 position: relative; | 19 position: relative; |
| 14 float: right; | 20 float: right; |
| 15 margin-left: 0px; | 21 margin-left: 0px; |
| 16 margin-right: 3px; | 22 margin-right: 3px; |
| 17 margin-bottom: 4px; | 23 margin-bottom: 4px; |
| 18 } | 24 } |
| 19 | 25 |
| 20 #content.edge #main | 26 #content.edge #main |
| 21 { | 27 { |
| 22 height: 380px; | 28 height: 380px; |
| 23 } | 29 } |
| 24 | 30 |
| 25 html[dir="rtl"] #main | 31 html[dir="rtl"] #main |
| 26 { | 32 { |
| 27 float: left; | 33 float: left; |
| 28 margin-right: 0px; | 34 margin-right: 0px; |
| 29 margin-left: 8px; | 35 margin-left: 8px; |
| 30 } | 36 } |
| 31 | 37 |
| 32 #install .install-button, #install ul, #information-android | 38 #install .install-button, #information-android |
| 33 { | 39 { |
| 34 position: absolute; | 40 position: absolute; |
| 35 } | 41 } |
| 36 | 42 |
| 37 #install .install-button | 43 #install .install-button |
| 38 { | 44 { |
| 39 bottom: 2px; | 45 bottom: 2px; |
| 40 left: 0; | 46 left: 0; |
| 41 width: 100%; | 47 width: 100%; |
| 42 } | 48 } |
| 43 | 49 |
| 44 #install .install-button:active | 50 #install .install-button:active |
| 45 { | 51 { |
| 46 bottom: 0px; | 52 bottom: 0px; |
| 47 } | 53 } |
| 48 | 54 |
| 49 #install ul | 55 #install ul |
| 50 { | 56 { |
| 51 bottom: -30px; | |
|
saroyanm
2015/08/20 19:13:35
With current layout we shouldn't position button a
saroyanm
2015/08/20 20:37:07
Sorry it's only about icons, otherwise the button
| |
| 52 right: 0; | |
| 53 width: 100%; | 57 width: 100%; |
| 54 text-align: center; | 58 text-align: center; |
| 55 } | 59 position: absolute; |
| 56 | 60 bottom: -35px; |
| 57 #content.maxthon #install ul | 61 } |
| 58 { | 62 |
| 59 bottom: 0px; | 63 #content.maxthon #install ul, |
| 60 right: 0; | |
| 61 width: 100%; | |
| 62 text-align: center; | |
| 63 } | |
| 64 | |
| 65 #content.edge #install ul | 64 #content.edge #install ul |
| 66 { | 65 { |
| 67 margin-left: 18px; | 66 margin-left: 18px; |
| 68 right: auto; | 67 right: auto; |
| 69 width: auto; | 68 width: auto; |
| 70 } | 69 } |
| 71 | 70 |
| 72 #content.edge #install ul | 71 #content.edge #install ul |
| 73 { | 72 { |
| 74 margin: 30px 35px; | 73 margin: 0px 35px; |
|
saroyanm
2015/08/20 19:08:14
I assume this fix belongs to another review.
| |
| 75 } | 74 position: static; |
| 76 | 75 } |
| 77 #content.edge #edge-other-browsers | 76 |
| 78 { | 77 #content.maxthon #install ul |
| 79 margin: 0px 40px; | 78 { |
| 79 bottom: 0px; | |
| 80 margin-left: 35px; | |
| 81 position: static; | |
| 82 } | |
| 83 | |
| 84 #content.edge #other-browsers | |
| 85 { | |
| 86 margin: 0px 40px 10px 40px; | |
| 80 display: block; | 87 display: block; |
| 88 } | |
| 89 | |
| 90 #content.edge #edge-teaser | |
| 91 { | |
| 92 display: inline-block; | |
| 93 padding: 0px; | |
| 94 } | |
| 95 | |
| 96 #edge-subscription input[type=email] | |
| 97 { | |
| 98 width: 210px; | |
| 81 } | 99 } |
| 82 | 100 |
| 83 #information-android | 101 #information-android |
| 84 { | 102 { |
| 85 left: 2px; | 103 left: 2px; |
| 86 bottom: -25px; | 104 bottom: -25px; |
| 87 } | 105 } |
| 88 | 106 |
| 89 .warning-platform, .disclaimer, | 107 #messages-wrapper |
| 90 #maxthon-notification, #adblock-browser-notification | 108 { |
| 91 { | 109 margin-top: 50px; |
| 92 width: 100%; | 110 margin-bottom: 30px; |
| 93 margin-top: 0; | 111 width: 100%; |
| 94 margin-bottom: 50px; | |
| 95 float: right; | 112 float: right; |
| 96 } | 113 } |
| 97 | 114 |
| 98 #adblock-browser-notification | 115 #messages-wrapper > div |
| 99 { | 116 { |
| 100 margin-top: 40px; | 117 margin-top: 0px; |
| 118 margin-bottom: 20px; | |
| 101 } | 119 } |
| 102 | 120 |
| 103 #key-facts | 121 #key-facts |
| 104 { | 122 { |
| 105 margin-top: 50px; | 123 margin-top: 50px; |
| 106 margin-left: 80px; | 124 margin-left: 80px; |
| 107 margin-right: 0px; | 125 margin-right: 0px; |
| 108 } | 126 } |
| 109 | 127 |
| 110 html[dir="rtl"] #key-facts | 128 html[dir="rtl"] #key-facts |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 186 } | 204 } |
| 187 | 205 |
| 188 #more-tabs #sidebar button | 206 #more-tabs #sidebar button |
| 189 { | 207 { |
| 190 display: block; | 208 display: block; |
| 191 } | 209 } |
| 192 | 210 |
| 193 .more-tab | 211 .more-tab |
| 194 { | 212 { |
| 195 width: 760px; | 213 width: 760px; |
| 196 } | 214 } |
| 197 | |
| 198 #content.edge #edge-incoming | |
| 199 { | |
| 200 display: inline-block; | |
| 201 padding: 0px; | |
| 202 } | |
| 203 | |
| 204 #subscribe-textbox | |
| 205 { | |
| 206 width: 210px; | |
| 207 } | |
| LEFT | RIGHT |