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 #content.ua-android, | 9 #content.ua-android, |
10 #content.ua-ios | 10 #content.ua-ios |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
143 { | 143 { |
144 width: 225px; | 144 width: 225px; |
145 } | 145 } |
146 | 146 |
147 #pageactions | 147 #pageactions |
148 { | 148 { |
149 margin-left: 0; | 149 margin-left: 0; |
150 margin-right: 0; | 150 margin-right: 0; |
151 width: 100%; | 151 width: 100%; |
152 } | 152 } |
153 | |
154 #more, #less | |
155 { | |
156 position: absolute; | |
157 left: 50%; | |
158 bottom: 220px; | |
159 *bottom: -70px; | |
160 *margin-bottom: 0px; | |
161 _margin-bottom: 470px; | |
162 width: 200px; | |
163 margin-left: 200px; | |
164 border-radius: 4px 4px 0px 0px; | |
165 } | |
166 | |
167 #more-container.hidden #more, | |
168 #more-container.hidden #less | |
169 { | |
170 *bottom: -30px; | |
171 _bottom: 10px; | |
172 *margin-bottom: -40px; | |
173 _margin-bottom: 390px; | |
174 } | |
175 | |
176 #sidebar | |
177 { | |
178 width: 220px; | |
179 padding-top: 60px; | |
180 } | |
181 | |
182 #more-tabs #sidebar button | |
183 { | |
184 display: block; | |
185 } | |
186 | |
187 .more-tab | |
188 { | |
189 width: 760px; | |
190 } | |
OLD | NEW |