OLD | NEW |
1 #content | 1 #content |
2 { | 2 { |
3 width: 990px; | 3 width: 990px; |
4 margin-bottom: 280px; | 4 margin-bottom: 280px; |
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 { |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 { | 114 { |
115 margin-left: 0; | 115 margin-left: 0; |
116 margin-right: 0; | 116 margin-right: 0; |
117 width: 100%; | 117 width: 100%; |
118 } | 118 } |
119 | 119 |
120 #more, #less | 120 #more, #less |
121 { | 121 { |
122 position: absolute; | 122 position: absolute; |
123 left: 50%; | 123 left: 50%; |
124 bottom: -70px; | 124 bottom: 210px; |
| 125 *bottom: -70px; |
125 *margin-bottom: 0px; | 126 *margin-bottom: 0px; |
126 _margin-bottom: 470px; | 127 _margin-bottom: 470px; |
127 width: 200px; | 128 width: 200px; |
128 margin-left: 200px; | 129 margin-left: 200px; |
129 border-radius: 4px 4px 0px 0px; | 130 border-radius: 4px 4px 0px 0px; |
130 } | 131 } |
131 | 132 |
132 #more-container.hidden #more, | 133 #more-container.hidden #more, |
133 #more-container.hidden #less | 134 #more-container.hidden #less |
134 { | 135 { |
135 bottom: -30px; | 136 *bottom: -30px; |
| 137 _bottom: 10px; |
136 *margin-bottom: -40px; | 138 *margin-bottom: -40px; |
137 _margin-bottom: 390px; | 139 _margin-bottom: 390px; |
138 } | 140 } |
139 | 141 |
140 #sidebar | 142 #sidebar |
141 { | 143 { |
142 width: 220px; | 144 width: 220px; |
143 padding-top: 60px; | 145 padding-top: 60px; |
144 } | 146 } |
145 | 147 |
146 #more-tabs #sidebar button | 148 #more-tabs #sidebar button |
147 { | 149 { |
148 display: block; | 150 display: block; |
149 } | 151 } |
150 | 152 |
151 .more-tab | 153 .more-tab |
152 { | 154 { |
153 width: 760px; | 155 width: 760px; |
154 } | 156 } |
OLD | NEW |