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