| OLD | NEW |
| (Empty) |
| 1 #content | |
| 2 { | |
| 3 width: 990px; | |
| 4 padding-left: 0; | |
| 5 padding-right: 0; | |
| 6 } | |
| 7 | |
| 8 #content.ua-android, | |
| 9 #content.ua-ios | |
| 10 { | |
| 11 width: 1000px; | |
| 12 } | |
| 13 | |
| 14 #main | |
| 15 { | |
| 16 width: 426px; | |
| 17 height: auto; | |
| 18 /* Force height to be at least the height of the video/image */ | |
| 19 min-height: 310px; | |
| 20 position: relative; | |
| 21 float: right; | |
| 22 margin-left: 0px; | |
| 23 margin-right: 3px; | |
| 24 margin-bottom: 4px; | |
| 25 } | |
| 26 | |
| 27 html[dir="rtl"] #main | |
| 28 { | |
| 29 float: left; | |
| 30 margin-right: 0px; | |
| 31 margin-left: 8px; | |
| 32 } | |
| 33 | |
| 34 #information-android | |
| 35 { | |
| 36 position: absolute; | |
| 37 } | |
| 38 | |
| 39 h3.edge-message | |
| 40 { | |
| 41 margin: 0px; | |
| 42 } | |
| 43 | |
| 44 #install .install-button | |
| 45 { | |
| 46 width: 100%; | |
| 47 } | |
| 48 | |
| 49 #install .install-button:active | |
| 50 { | |
| 51 bottom: 0px; | |
| 52 } | |
| 53 | |
| 54 #other-platform | |
| 55 { | |
| 56 margin-top: 10px; | |
| 57 } | |
| 58 | |
| 59 #other-platform > div | |
| 60 { | |
| 61 margin-bottom: 10px; | |
| 62 } | |
| 63 | |
| 64 #content.edge #edge-teaser | |
| 65 { | |
| 66 display: inline-block; | |
| 67 padding: 0px; | |
| 68 } | |
| 69 | |
| 70 #information-android | |
| 71 { | |
| 72 left: 2px; | |
| 73 bottom: -25px; | |
| 74 } | |
| 75 | |
| 76 #messages-wrapper | |
| 77 { | |
| 78 margin-top: 20px; | |
| 79 margin-bottom: 30px; | |
| 80 width: 100%; | |
| 81 float: right; | |
| 82 } | |
| 83 | |
| 84 #messages-wrapper > div | |
| 85 { | |
| 86 margin-top: 0px; | |
| 87 margin-bottom: 20px; | |
| 88 } | |
| 89 | |
| 90 #content.edge #messages-wrapper | |
| 91 { | |
| 92 margin-top: 80px; | |
| 93 } | |
| 94 | |
| 95 #key-facts | |
| 96 { | |
| 97 clear: both; | |
| 98 margin-top: 50px; | |
| 99 margin-left: 80px; | |
| 100 margin-right: 0px; | |
| 101 } | |
| 102 | |
| 103 html[dir="rtl"] #key-facts | |
| 104 { | |
| 105 margin-right: 80px; | |
| 106 margin-left: 0px; | |
| 107 } | |
| 108 | |
| 109 #key-facts section | |
| 110 { | |
| 111 width: 215px; | |
| 112 vertical-align: top; | |
| 113 margin-left: 20px; | |
| 114 margin-right: 0px; | |
| 115 padding-left: 95px; | |
| 116 padding-right: 0px; | |
| 117 border-left: 1px dotted black; | |
| 118 border-right-width: 0px; | |
| 119 } | |
| 120 | |
| 121 html[dir="rtl"] #key-facts section | |
| 122 { | |
| 123 margin-right: 20px; | |
| 124 margin-left: 0px; | |
| 125 padding-right: 95px; | |
| 126 padding-left: 0px; | |
| 127 border-right: 1px dotted black; | |
| 128 border-left-width: 0px; | |
| 129 } | |
| 130 | |
| 131 html #key-facts section.first | |
| 132 { | |
| 133 margin-left: 0; | |
| 134 margin-right: 0; | |
| 135 padding-left: 0; | |
| 136 padding-right: 0; | |
| 137 border-left-width: 0px; | |
| 138 border-right-width: 0px; | |
| 139 } | |
| 140 | |
| 141 #key-facts section p | |
| 142 { | |
| 143 width: 225px; | |
| 144 } | |
| 145 | |
| 146 #pageactions | |
| 147 { | |
| 148 margin-left: 0; | |
| 149 margin-right: 0; | |
| 150 width: 100%; | |
| 151 } | |
| OLD | NEW |