136
|
1 |
/* Fixes for IE bugs */ |
|
2 |
|
|
3 |
input.button, |
|
4 |
input.button-secondary, |
|
5 |
input.button-highlighted { |
|
6 |
padding: 0; |
|
7 |
} |
|
8 |
|
|
9 |
#minor-publishing-actions input, |
|
10 |
#major-publishing-actions input { |
|
11 |
min-width: auto; |
|
12 |
padding-left: 0; |
|
13 |
padding-right: 0; |
|
14 |
} |
|
15 |
|
|
16 |
#wpbody-content .postbox { |
|
17 |
border: 1px solid #dfdfdf; |
|
18 |
} |
|
19 |
|
|
20 |
#wpbody-content .postbox h3 { |
|
21 |
margin-bottom: -1px; |
|
22 |
} |
|
23 |
|
|
24 |
* html .meta-box-sortables .postbox .handlediv { |
|
25 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; |
|
26 |
} |
|
27 |
|
|
28 |
* html .edit-box { |
|
29 |
display: inline; |
|
30 |
} |
|
31 |
|
|
32 |
* html .inner-sidebar #side-sortables, |
|
33 |
* html .postbox-container .meta-box-sortables { |
|
34 |
height: 300px; |
|
35 |
} |
|
36 |
|
|
37 |
* html #wpbody-content #screen-options-link-wrap { |
|
38 |
display: inline-block; |
|
39 |
width: 150px; |
|
40 |
text-align: center; |
|
41 |
} |
|
42 |
|
|
43 |
* html #wpbody-content #contextual-help-link-wrap { |
|
44 |
display: inline-block; |
|
45 |
width: 100px; |
|
46 |
text-align: center; |
|
47 |
} |
|
48 |
|
|
49 |
* html #adminmenu { |
|
50 |
margin-left: -80px; |
|
51 |
} |
|
52 |
|
|
53 |
* html .folded #adminmenu { |
|
54 |
margin-left: -22px; |
|
55 |
} |
|
56 |
|
|
57 |
* html #wpcontent #adminmenu li.menu-top { |
|
58 |
display: inline; |
|
59 |
padding: 0; |
|
60 |
margin: 0; |
|
61 |
} |
|
62 |
|
|
63 |
* html #footer { |
|
64 |
margin: 0; |
|
65 |
} |
|
66 |
|
|
67 |
.folded #adminmenu li.menu-top { |
|
68 |
display: block; |
|
69 |
zoom: 100%; |
|
70 |
} |
|
71 |
|
|
72 |
ul#adminmenu { |
|
73 |
z-index: 99; |
|
74 |
} |
|
75 |
|
|
76 |
#adminmenu li.menu-top a.menu-top { |
|
77 |
min-width: auto; |
|
78 |
width: auto; |
|
79 |
} |
|
80 |
|
|
81 |
#wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu { |
|
82 |
font-style: normal; |
|
83 |
} |
|
84 |
|
|
85 |
* html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle { |
|
86 |
background: none; |
|
87 |
} |
|
88 |
|
|
89 |
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { |
|
90 |
background: url(../images/menu-bits.gif) no-repeat scroll left -109px; |
|
91 |
} |
|
92 |
|
|
93 |
* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { |
|
94 |
background: url(../images/menu-bits.gif) no-repeat scroll left -206px; |
|
95 |
} |
|
96 |
|
|
97 |
* html #adminmenu div.wp-menu-image { |
|
98 |
height: 29px; |
|
99 |
} |
|
100 |
|
|
101 |
#wpcontent #adminmenu .wp-submenu li { |
|
102 |
padding: 0; |
|
103 |
} |
|
104 |
|
|
105 |
#adminmenu, |
|
106 |
.wp-submenu, |
|
107 |
.wp-submenu li, |
|
108 |
.wp-menu-toggle { |
|
109 |
zoom: 100%; |
|
110 |
} |
|
111 |
|
|
112 |
.folded #adminmenu li.wp-menu-separator { |
|
113 |
width: 28px; |
|
114 |
} |
|
115 |
|
|
116 |
#wpcontent #adminmenu .wp-submenu li.wp-submenu-head { |
|
117 |
padding: 3px 4px 4px 10px; |
|
118 |
zoom: 100%; |
|
119 |
} |
|
120 |
|
|
121 |
.folded #adminmenu .menu-top { |
|
122 |
height: 30px; |
|
123 |
} |
|
124 |
|
|
125 |
.folded #adminmenu .wp-submenu { |
|
126 |
margin: -1px 0 0 0; |
|
127 |
} |
|
128 |
|
|
129 |
#template, |
|
130 |
#template div, |
|
131 |
#editcat, |
|
132 |
#addcat, |
|
133 |
* html .stuffbox h3 { |
|
134 |
zoom: 100%; |
|
135 |
} |
|
136 |
|
|
137 |
.submitbox { |
|
138 |
margin-top: 10px; |
|
139 |
} |
|
140 |
|
|
141 |
/* Inline Editor */ |
|
142 |
#wpbody-content .quick-edit-row-post .inline-edit-col-left { |
|
143 |
width: 39%; |
|
144 |
} |
|
145 |
|
|
146 |
#wpbody-content .inline-edit-row-post .inline-edit-col-center { |
|
147 |
width: 19%; |
|
148 |
} |
|
149 |
|
|
150 |
#wpbody-content .quick-edit-row-page .inline-edit-col-left { |
|
151 |
width: 49%; |
|
152 |
} |
|
153 |
|
|
154 |
#wpbody-content .bulk-edit-row .inline-edit-col-left { |
|
155 |
width: 29%; |
|
156 |
} |
|
157 |
|
|
158 |
.inline-edit-row p.submit { |
|
159 |
zoom: 100%; |
|
160 |
} |
|
161 |
|
|
162 |
.inline-edit-row fieldset label span.title { |
|
163 |
display: block; |
|
164 |
float: left; |
|
165 |
width: 5em; |
|
166 |
} |
|
167 |
|
|
168 |
.inline-edit-row fieldset label span.input-text-wrap { |
|
169 |
margin-left: 0; |
|
170 |
zoom: 100%; |
|
171 |
} |
|
172 |
|
|
173 |
#wpbody-content .inline-edit-row fieldset label span.input-text-wrap input { |
|
174 |
line-height: 130%; |
|
175 |
} |
|
176 |
|
|
177 |
#wpbody-content .inline-edit-row .input-text-wrap input { |
|
178 |
width: 95%; |
|
179 |
} |
|
180 |
|
|
181 |
#wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input { |
|
182 |
width: 8em; |
|
183 |
} |
|
184 |
/* end Inline Editor */ |
|
185 |
|
|
186 |
input { |
|
187 |
line-height: 1; |
|
188 |
} |
|
189 |
|
|
190 |
* html .row-actions { |
|
191 |
visibility: visible; |
|
192 |
} |
|
193 |
|
|
194 |
#dashboard-widgets h3 a { |
|
195 |
height: 20px; |
|
196 |
line-height: 20px; |
|
197 |
} |
|
198 |
|
|
199 |
#wphead-info { |
|
200 |
float: right; |
|
201 |
} |
|
202 |
|
|
203 |
#titlediv #title { |
|
204 |
width: 98%; |
|
205 |
} |
|
206 |
|
|
207 |
a.button { |
|
208 |
line-height: 1.4em; |
|
209 |
margin: 1px; |
|
210 |
padding: 4px 6px; |
|
211 |
} |
|
212 |
|
|
213 |
* html div.widget-liquid-left, |
|
214 |
* html div.widget-liquid-right { |
|
215 |
display: block; |
|
216 |
position: relative; |
|
217 |
} |
|
218 |
|
|
219 |
#screen-options-wrap { |
|
220 |
overflow: hidden; |
|
221 |
} |
|
222 |
|
|
223 |
#favorite-actions { |
|
224 |
z-index: 12; |
|
225 |
} |
|
226 |
|
|
227 |
#favorite-inside, |
|
228 |
#favorite-inside a, |
|
229 |
.favorite-action { |
|
230 |
zoom: 100%; |
|
231 |
} |
|
232 |
|
|
233 |
#the-comment-list .comment-item, |
|
234 |
#post-status-info, |
|
235 |
#wpwrap, |
|
236 |
#wpcontent, |
|
237 |
#wrap, |
|
238 |
#postdivrich, |
|
239 |
#postdiv, |
|
240 |
#poststuff, |
|
241 |
.metabox-holder, |
|
242 |
#titlediv, |
|
243 |
#post-body, |
|
244 |
#editorcontainer, |
|
245 |
.tablenav, |
|
246 |
.widget-liquid-left, |
|
247 |
.widget-liquid-right, |
|
248 |
#widgets-left, |
|
249 |
.widgets-sortables, |
|
250 |
#dragHelper, |
|
251 |
.widget .widget-top, |
|
252 |
.widget, |
|
253 |
.widget-control-actions, |
|
254 |
.tagchecklist, |
|
255 |
#col-container, |
|
256 |
#col-left, |
|
257 |
#col-right, |
|
258 |
.fileedit-sub { |
|
259 |
display: block; |
|
260 |
zoom: 100%; |
|
261 |
} |
|
262 |
|
|
263 |
p.search-box { |
|
264 |
position: static; |
|
265 |
float: right; |
|
266 |
margin: -3px 0 4px; |
|
267 |
} |
|
268 |
|
|
269 |
* html #editorcontainer { |
|
270 |
padding: 0; |
|
271 |
} |
|
272 |
|
|
273 |
#editorcontainer #content { |
|
274 |
overflow: auto; |
|
275 |
margin: auto; |
|
276 |
width: 98%; |
|
277 |
} |
|
278 |
|
|
279 |
form#template div { |
|
280 |
width: 100%; |
|
281 |
} |
|
282 |
|
|
283 |
#ed_toolbar input, |
|
284 |
#ed_reply_toolbar input { |
|
285 |
overflow: visible; |
|
286 |
padding: 0 4px; |
|
287 |
} |
|
288 |
|
|
289 |
#poststuff h2 { |
|
290 |
font-size: 1.6em; |
|
291 |
} |
|
292 |
|
|
293 |
* html #poststuff h2 { |
|
294 |
margin-left: 0; |
|
295 |
} |
|
296 |
|
|
297 |
#bh { |
|
298 |
margin: 7px 10px 0 0; |
|
299 |
float: right; |
|
300 |
} |
|
301 |
|
|
302 |
/* without this dashboard widgets appear in one column for some screen widths */ |
|
303 |
div#dashboard-widgets { |
|
304 |
padding-right: 1px; |
|
305 |
} |
|
306 |
|
|
307 |
.tagchecklist span, .tagchecklist span a { |
|
308 |
display: inline-block; |
|
309 |
display: block; |
|
310 |
} |
|
311 |
|
|
312 |
.tagchecklist span a { |
|
313 |
margin: 4px 0 0 -9px; |
|
314 |
} |
|
315 |
|
|
316 |
.tablenav .button-secondary, .nav .button-secondary { |
|
317 |
padding: 0 1px; |
|
318 |
vertical-align: middle; |
|
319 |
} |
|
320 |
|
|
321 |
.tablenav select { |
|
322 |
font-size: 13px; |
|
323 |
display: inline-block; |
|
324 |
vertical-align: top; |
|
325 |
margin-top: 2px; |
|
326 |
} |
|
327 |
|
|
328 |
.tablenav .actions select { |
|
329 |
width: 155px; |
|
330 |
} |
|
331 |
|
|
332 |
table.ie-fixed { |
|
333 |
table-layout: fixed; |
|
334 |
} |
|
335 |
|
|
336 |
.widefat tr, .widefat th { |
|
337 |
margin-bottom: 0; |
|
338 |
border-spacing: 0; |
|
339 |
} |
|
340 |
|
|
341 |
.widefat th input { |
|
342 |
margin: 0 0 0 5px; |
|
343 |
} |
|
344 |
|
|
345 |
.widefat .check-column { |
|
346 |
padding: 6px 0 2px; |
|
347 |
} |
|
348 |
|
|
349 |
.widefat tbody th.check-column { |
|
350 |
padding: 4px 0 22px; |
|
351 |
} |
|
352 |
|
|
353 |
.widefat { |
|
354 |
empty-cells: show; |
|
355 |
border-collapse: collapse; |
|
356 |
} |
|
357 |
|
|
358 |
.tablenav a.button-secondary { |
|
359 |
display: inline-block; |
|
360 |
padding: 2px 5px; |
|
361 |
} |
|
362 |
|
|
363 |
* html .stuffbox, |
|
364 |
* html .stuffbox input, |
|
365 |
* html .stuffbox textarea { |
|
366 |
border: 1px solid #DFDFDF; |
|
367 |
} |
|
368 |
|
|
369 |
* html .feature-filter .feature-group li { |
|
370 |
width: 145px; |
|
371 |
} |
|
372 |
|
|
373 |
* html .widget-top .widget-title-action a { |
|
374 |
background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px; |
|
375 |
} |
|
376 |
|
|
377 |
* html div.widget-liquid-left { |
|
378 |
width: 99%; |
|
379 |
} |
|
380 |
|
|
381 |
#wp_inactive_widgets { |
|
382 |
padding-bottom: 8px; |
|
383 |
} |
|
384 |
|
|
385 |
* html .widgets-sortables { |
|
386 |
height: 50px; |
|
387 |
} |
|
388 |
|
|
389 |
* html a#content_resize { |
|
390 |
right: -2px; |
|
391 |
} |
|
392 |
|
|
393 |
* html .widget-title h4 { |
|
394 |
width: 205px; |
|
395 |
} |
|
396 |
|
|
397 |
* html #removing-widget .in-widget-title { |
|
398 |
display: none; |
|
399 |
} |
|
400 |
|
|
401 |
#available-widgets .widget-holder { |
|
402 |
padding-bottom: 65px; |
|
403 |
} |
|
404 |
|
|
405 |
#widgets-left .inactive { |
|
406 |
padding-bottom: 10px; |
|
407 |
} |
|
408 |
|
|
409 |
.widget-liquid-right .widget, |
|
410 |
#wp_inactive_widgets .widget { |
|
411 |
position: relative; |
|
412 |
} |
|
413 |
|
|
414 |
* html .media-item .pinkynail { |
|
415 |
height: 32px; |
|
416 |
width: 40px; |
|
417 |
} |
|
418 |
|
|
419 |
#wpcontent .button-primary-disabled { |
|
420 |
color: #9FD0D5; |
|
421 |
background: #298CBA; |
|
422 |
} |
|
423 |
|
|
424 |
#wpcontent #ajax-loading { |
|
425 |
vertical-align: baseline; |
|
426 |
} |
|
427 |
|
|
428 |
* html .describe .field input.text, |
|
429 |
* html .describe .field textarea { |
|
430 |
width: 440px; |
|
431 |
} |
|
432 |
|
|
433 |
#the-comment-list .unapproved tr, |
|
434 |
#the-comment-list .unapproved td { |
|
435 |
background-color: #ffffe0; |
|
436 |
} |
|
437 |
|
|
438 |
.imgedit-submit { |
|
439 |
width: 300px; |
|
440 |
} |
|
441 |
|
|
442 |
* html input { |
|
443 |
border: 1px solid #dfdfdf; |
|
444 |
} |