Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -136,25 +136,25 @@ |
137 | 137 | float:left; |
138 | 138 | padding-left: 0.25em; |
139 | 139 | } |
140 | | -.mw-search-formheader div.search-types > ul { |
| 140 | +.mw-search-formheader div.search-types ul { |
141 | 141 | margin: 0 !important; |
142 | 142 | padding: 0 !important; |
143 | 143 | list-style: none !important; |
144 | 144 | } |
145 | | -.mw-search-formheader div.search-types > ul > li { |
| 145 | +.mw-search-formheader div.search-types ul li { |
146 | 146 | float: left; |
147 | 147 | margin: 0; |
148 | 148 | padding: 0; |
149 | 149 | } |
150 | | -.mw-search-formheader div.search-types > ul > li > a { |
| 150 | +.mw-search-formheader div.search-types ul li a { |
151 | 151 | display: block; |
152 | 152 | padding: 0.5em; |
153 | 153 | } |
154 | | -.mw-search-formheader div.search-types > ul > li.current > a { |
| 154 | +.mw-search-formheader div.search-types ul li.current a { |
155 | 155 | color: #333333; |
156 | 156 | cursor: default; |
157 | 157 | } |
158 | | -.mw-search-formheader div.search-types > ul > li.current > a:hover { |
| 158 | +.mw-search-formheader div.search-types ul li.current a:hover { |
159 | 159 | text-decoration: none; |
160 | 160 | } |
161 | 161 | .mw-search-formheader div.results-info { |
— | — | @@ -162,12 +162,12 @@ |
163 | 163 | padding: 0.5em; |
164 | 164 | padding-right: 0.75em; |
165 | 165 | } |
166 | | -.mw-search-formheader div.results-info > ul { |
| 166 | +.mw-search-formheader div.results-info ul { |
167 | 167 | margin: 0 !important; |
168 | 168 | padding: 0 !important; |
169 | 169 | list-style: none !important; |
170 | 170 | } |
171 | | -.mw-search-formheader div.results-info > ul > li { |
| 171 | +.mw-search-formheader div.results-info ul li { |
172 | 172 | float: right; |
173 | 173 | margin: 0; |
174 | 174 | padding: 0; |
— | — | @@ -181,33 +181,33 @@ |
182 | 182 | border: none; |
183 | 183 | background-color: #f9f9f9; |
184 | 184 | border: 1px solid silver !important; |
185 | | - border-top: none !important; |
| 185 | + border-top-width: 0 !important; |
186 | 186 | } |
187 | | -fieldset#mw-searchoptions > legend { |
| 187 | +fieldset#mw-searchoptions legend { |
188 | 188 | display: none; |
189 | 189 | } |
190 | | -fieldset#mw-searchoptions > h4 { |
| 190 | +fieldset#mw-searchoptions h4 { |
191 | 191 | padding: 0; |
192 | 192 | margin: 0; |
193 | 193 | float: left; |
194 | 194 | } |
195 | | -fieldset#mw-searchoptions > div#mw-search-togglebox { |
| 195 | +fieldset#mw-searchoptions div#mw-search-togglebox { |
196 | 196 | float: right; |
197 | 197 | } |
198 | | -fieldset#mw-searchoptions > div#mw-search-togglebox > label { |
| 198 | +fieldset#mw-searchoptions div#mw-search-togglebox label { |
199 | 199 | margin-right: 0.25em; |
200 | 200 | } |
201 | | -fieldset#mw-searchoptions > div#mw-search-togglebox > input { |
| 201 | +fieldset#mw-searchoptions div#mw-search-togglebox input { |
202 | 202 | margin-left: 0.25em; |
203 | 203 | } |
204 | | -fieldset#mw-searchoptions > table { |
| 204 | +fieldset#mw-searchoptions table { |
205 | 205 | float: left; |
206 | 206 | margin-right: 3em; |
207 | 207 | } |
208 | | -fieldset#mw-searchoptions > table td { |
| 208 | +fieldset#mw-searchoptions table td { |
209 | 209 | padding-right: 1em; |
210 | 210 | } |
211 | | -body.rtl fieldset#mw-searchoptions > table { |
| 211 | +body.rtl fieldset#mw-searchoptions table { |
212 | 212 | float: right; |
213 | 213 | } |
214 | 214 | fieldset#mw-searchoptions div.divider { |