0
|
1 |
/* Fixes for IE 7 bugs */ |
|
2 |
|
|
3 |
#dashboard-widgets form .input-text-wrap input, |
|
4 |
#dashboard-widgets form .textarea-wrap textarea { |
|
5 |
width: 99%; |
|
6 |
} |
|
7 |
|
|
8 |
#dashboard-widgets form #title { |
|
9 |
width: 98%; |
|
10 |
} |
|
11 |
|
|
12 |
.wp-editor-wrap .wp-editor-container textarea.wp-editor-area { |
|
13 |
width: 97%; |
|
14 |
} |
|
15 |
|
|
16 |
#post-body.columns-2 #postbox-container-1 { |
|
17 |
padding-left: 19px; |
|
18 |
} |
|
19 |
|
|
20 |
.welcome-panel .wp-badge { |
|
21 |
position: absolute; |
|
22 |
} |
|
23 |
|
|
24 |
.welcome-panel .welcome-panel-column:first-child { |
|
25 |
width: 35%; |
|
26 |
} |
|
27 |
|
|
28 |
#wp-fullscreen-title { |
|
29 |
width: 97%; |
|
30 |
} |
|
31 |
|
|
32 |
#wp_mce_fullscreen_ifr { |
|
33 |
background-color: #f9f9f9; |
|
34 |
} |
|
35 |
|
|
36 |
#wp-fullscreen-tagline { |
|
37 |
color: #888; |
|
38 |
font-size: 14px; |
|
39 |
} |
|
40 |
|
|
41 |
#adminmenushadow { |
|
42 |
display: none; |
|
43 |
} |
|
44 |
|
|
45 |
#adminmenuback { |
|
46 |
left: 0; |
|
47 |
background-image: none; |
|
48 |
} |
|
49 |
|
|
50 |
#adminmenuwrap { |
|
51 |
position: static; |
|
52 |
} |
|
53 |
|
|
54 |
#adminmenu { |
|
55 |
position: relative; |
|
56 |
} |
|
57 |
|
|
58 |
#adminmenu, |
|
59 |
#adminmenu a { |
|
60 |
cursor: pointer; |
|
61 |
} |
|
62 |
|
|
63 |
#adminmenu li.wp-menu-separator, |
|
64 |
#adminmenu li.wp-menu-separator-last { |
|
65 |
font-size: 1px; |
|
66 |
line-height: 1; |
|
67 |
} |
|
68 |
|
|
69 |
#adminmenu a.menu-top { |
|
70 |
border-bottom: 0 none; |
|
71 |
border-top: 1px solid #ddd; |
|
72 |
} |
|
73 |
|
|
74 |
#adminmenu .separator { |
|
75 |
font-size: 1px; |
|
76 |
line-height: 1px; |
|
77 |
} |
|
78 |
|
|
79 |
#adminmenu .wp-submenu ul { |
|
80 |
margin: 0; |
|
81 |
} |
|
82 |
|
|
83 |
.folded #adminmenu .wp-submenu { |
|
84 |
border-top-color: transparent; |
|
85 |
} |
|
86 |
|
|
87 |
#adminmenu .wp-submenu .wp-submenu-head { |
|
88 |
border-top-color: #ddd; |
|
89 |
} |
|
90 |
|
|
91 |
.folded #adminmenu .wp-submenu ul { |
|
92 |
margin-left: 5px; |
|
93 |
} |
|
94 |
|
|
95 |
#adminmenu li.menu-top { |
|
96 |
margin-bottom: -2px; |
|
97 |
} |
|
98 |
|
|
99 |
#adminmenu .wp-menu-arrow { |
|
100 |
display: none !important; |
|
101 |
} |
|
102 |
|
|
103 |
.js.folded #adminmenu li.menu-top { |
|
104 |
display: block; |
|
105 |
zoom: 100%; |
|
106 |
} |
|
107 |
|
|
108 |
ul#adminmenu { |
|
109 |
z-index: 99; |
|
110 |
} |
|
111 |
|
|
112 |
#adminmenu li.menu-top a.menu-top { |
|
113 |
min-width: auto; |
|
114 |
width: auto; |
|
115 |
} |
|
116 |
|
|
117 |
#wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu { |
|
118 |
font-style: normal; |
|
119 |
} |
|
120 |
|
|
121 |
#wpcontent #adminmenu .wp-submenu li { |
|
122 |
padding: 0; |
|
123 |
} |
|
124 |
|
|
125 |
#collapse-menu { |
|
126 |
line-height: 23px; |
|
127 |
} |
|
128 |
|
|
129 |
#wpadminbar .ab-comments-icon { |
|
130 |
padding-top: 7px; |
|
131 |
} |
|
132 |
|
|
133 |
table.fixed th, |
|
134 |
table.fixed td { |
|
135 |
border-top: 1px solid #ddd; |
|
136 |
} |
|
137 |
|
|
138 |
#wpbody-content input.button, |
|
139 |
#wpbody-content input.button-primary, |
|
140 |
#wpbody-content input.button-secondary { |
|
141 |
overflow: visible; |
|
142 |
} |
|
143 |
|
|
144 |
#dashboard-widgets #dashboard_quick_press form p.submit #publish { |
|
145 |
float: none; |
|
146 |
} |
|
147 |
|
|
148 |
#dashboard-widgets h3 a { |
|
149 |
height: 14px; |
|
150 |
line-height: 14px; |
|
151 |
} |
|
152 |
|
|
153 |
#dashboard_browser_nag { |
|
154 |
color: #fff; |
|
155 |
} |
|
156 |
|
|
157 |
#dashboard_browser_nag .browser-icon { |
|
158 |
position: relative; |
|
159 |
} |
|
160 |
|
|
161 |
.tablenav-pages .current-page { |
|
162 |
vertical-align: middle; |
|
163 |
} |
|
164 |
|
|
165 |
#wpbody-content .postbox { |
|
166 |
border: 1px solid #dfdfdf; |
|
167 |
} |
|
168 |
|
|
169 |
#wpbody-content .postbox h3 { |
|
170 |
margin-bottom: -1px; |
|
171 |
} |
|
172 |
|
|
173 |
.major-publishing-actions, |
|
174 |
.wp-submenu, |
|
175 |
.wp-submenu li, |
|
176 |
#template, |
|
177 |
#template div, |
|
178 |
#editcat, |
|
179 |
#addcat { |
|
180 |
zoom: 100%; |
|
181 |
} |
|
182 |
|
|
183 |
.wp-menu-arrow { |
|
184 |
height: 28px; |
|
185 |
} |
|
186 |
|
|
187 |
.submitbox { |
|
188 |
margin-top: 10px; |
|
189 |
} |
|
190 |
|
|
191 |
/* Inline Editor */ |
|
192 |
#wpbody-content .quick-edit-row-post .inline-edit-col-left { |
|
193 |
width: 39%; |
|
194 |
} |
|
195 |
|
|
196 |
#wpbody-content .inline-edit-row-post .inline-edit-col-center { |
|
197 |
width: 19%; |
|
198 |
} |
|
199 |
|
|
200 |
#wpbody-content .quick-edit-row-page .inline-edit-col-left { |
|
201 |
width: 49%; |
|
202 |
} |
|
203 |
|
|
204 |
#wpbody-content .bulk-edit-row .inline-edit-col-left { |
|
205 |
width: 29%; |
|
206 |
} |
|
207 |
|
|
208 |
.inline-edit-row p.submit { |
|
209 |
zoom: 100%; |
|
210 |
} |
|
211 |
|
|
212 |
.inline-edit-row fieldset label span.title { |
|
213 |
display: block; |
|
214 |
float: left; |
|
215 |
width: 5em; |
|
216 |
} |
|
217 |
|
|
218 |
.inline-edit-row fieldset label span.input-text-wrap { |
|
219 |
margin-left: 0; |
|
220 |
zoom: 100%; |
|
221 |
} |
|
222 |
|
|
223 |
#wpbody-content .inline-edit-row fieldset label span.input-text-wrap input { |
|
224 |
line-height: 130%; |
|
225 |
} |
|
226 |
|
|
227 |
#wpbody-content .inline-edit-row .input-text-wrap input { |
|
228 |
width: 95%; |
|
229 |
} |
|
230 |
|
|
231 |
#wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input { |
|
232 |
width: 8em; |
|
233 |
} |
|
234 |
/* end Inline Editor */ |
|
235 |
|
|
236 |
#titlediv #title { |
|
237 |
width: 98%; |
|
238 |
} |
|
239 |
|
|
240 |
.button, |
|
241 |
input[type="reset"], |
|
242 |
input[type="button"], |
|
243 |
input[type="submit"] { |
|
244 |
padding: 0 8px; |
|
245 |
line-height: 20px; |
|
246 |
height: auto; |
|
247 |
} |
|
248 |
|
|
249 |
.button.button-large, |
|
250 |
input[type="reset"].button-large, |
|
251 |
input[type="button"].button-large, |
|
252 |
input[type="submit"].button-large { |
|
253 |
padding: 0 10px; |
|
254 |
line-height: 24px; |
|
255 |
height: auto; |
|
256 |
} |
|
257 |
|
|
258 |
.button.button-small, |
|
259 |
input[type="reset"].button-small, |
|
260 |
input[type="button"].button-small, |
|
261 |
input[type="submit"].button-small { |
|
262 |
padding: 0 6px; |
|
263 |
line-height: 16px; |
|
264 |
height: auto; |
|
265 |
} |
|
266 |
|
|
267 |
a.button { |
|
268 |
margin: 1px; |
|
269 |
padding: 1px 9px 2px; |
|
270 |
} |
|
271 |
|
|
272 |
a.button.button-large { |
|
273 |
padding: 1px 11px 2px; |
|
274 |
} |
|
275 |
|
|
276 |
a.button.button-small { |
|
277 |
padding: 1px 7px 2px; |
|
278 |
} |
|
279 |
|
|
280 |
#screen-options-wrap { |
|
281 |
overflow: hidden; |
|
282 |
} |
|
283 |
|
|
284 |
#the-comment-list .comment-item, |
|
285 |
#post-status-info, |
|
286 |
#wpwrap, |
|
287 |
#wrap, |
|
288 |
#postdivrich, |
|
289 |
#postdiv, |
|
290 |
#poststuff, |
|
291 |
.metabox-holder, |
|
292 |
#titlediv, |
|
293 |
#post-body, |
|
294 |
#editorcontainer, |
|
295 |
.tablenav, |
|
296 |
.widget-liquid-left, |
|
297 |
.widget-liquid-right, |
|
298 |
#widgets-left, |
|
299 |
.widgets-sortables, |
|
300 |
#dragHelper, |
|
301 |
.widget .widget-top, |
|
302 |
.widget-control-actions, |
|
303 |
.tagchecklist, |
|
304 |
#col-container, |
|
305 |
#col-left, |
|
306 |
#col-right, |
|
307 |
.fileedit-sub { |
|
308 |
display: block; |
|
309 |
zoom: 100%; |
|
310 |
} |
|
311 |
|
|
312 |
p.search-box { |
|
313 |
position: static; |
|
314 |
float: right; |
|
315 |
margin: -3px 0 4px; |
|
316 |
} |
|
317 |
|
|
318 |
#widget-list .widget, |
|
319 |
.feature-filter .feature-group li { |
|
320 |
display: inline; |
|
321 |
} |
|
322 |
|
|
323 |
.feature-filter .feature-group li input { |
|
324 |
vertical-align: middle; |
|
325 |
} |
|
326 |
|
|
327 |
#editorcontainer #content { |
|
328 |
overflow: auto; |
|
329 |
margin: auto; |
|
330 |
width: 98%; |
|
331 |
} |
|
332 |
|
|
333 |
form#template div { |
|
334 |
width: 100%; |
|
335 |
} |
|
336 |
|
|
337 |
.wp-editor-container .quicktags-toolbar input { |
|
338 |
overflow: visible; |
|
339 |
padding: 0 4px; |
|
340 |
} |
|
341 |
|
|
342 |
#poststuff h2 { |
|
343 |
font-size: 1.6em; |
|
344 |
} |
|
345 |
|
|
346 |
#poststuff .inside #parent_id, |
|
347 |
#poststuff .inside #page_template, |
|
348 |
.inline-edit-row #post_parent, |
|
349 |
.inline-edit-row select[name="page_template"] { |
|
350 |
width: 250px; |
|
351 |
} |
|
352 |
|
|
353 |
#submitdiv input, |
|
354 |
#submitdiv select, |
|
355 |
#submitdiv a.button { |
|
356 |
position: relative; |
|
357 |
} |
|
358 |
|
|
359 |
#bh { |
|
360 |
margin: 7px 10px 0 0; |
|
361 |
float: right; |
|
362 |
} |
|
363 |
|
|
364 |
/* without this dashboard widgets appear in one column for some screen widths */ |
|
365 |
div#dashboard-widgets { |
|
366 |
padding-right: 1px; |
|
367 |
} |
|
368 |
|
|
369 |
.tagchecklist span, .tagchecklist span a { |
|
370 |
display: inline-block; |
|
371 |
display: block; |
|
372 |
} |
|
373 |
|
|
374 |
.tablenav .button-secondary, |
|
375 |
.nav .button-secondary { |
|
376 |
padding-top: 2px; |
|
377 |
padding-bottom: 2px; |
|
378 |
} |
|
379 |
|
|
380 |
.tablenav select { |
|
381 |
font-size: 13px; |
|
382 |
display: inline-block; |
|
383 |
vertical-align: top; |
|
384 |
margin-top: 2px; |
|
385 |
} |
|
386 |
|
|
387 |
.tablenav .actions select { |
|
388 |
width: 155px; |
|
389 |
} |
|
390 |
|
|
391 |
.subsubsub li { |
|
392 |
display: inline; |
|
393 |
} |
|
394 |
|
|
395 |
a.post-state-format { |
|
396 |
text-indent: 0; |
|
397 |
line-height: 0; |
|
398 |
font-size: 0; |
|
399 |
} |
|
400 |
|
|
401 |
table.ie-fixed { |
|
402 |
table-layout: fixed; |
|
403 |
} |
|
404 |
|
|
405 |
.widefat tr, |
|
406 |
.widefat th { |
|
407 |
margin-bottom: 0; |
|
408 |
border-spacing: 0; |
|
409 |
} |
|
410 |
|
|
411 |
.widefat th input { |
|
412 |
margin: 0 0 0 5px; |
|
413 |
} |
|
414 |
|
|
415 |
.widefat thead .check-column, |
|
416 |
.widefat tfoot .check-column { |
|
417 |
padding-top: 6px; |
|
418 |
} |
|
419 |
|
|
420 |
.widefat tbody th.check-column, |
|
421 |
.media.widefat tbody th.check-column { |
|
422 |
padding: 4px 0 0; |
|
423 |
} |
|
424 |
|
|
425 |
.widefat { |
|
426 |
empty-cells: show; |
|
427 |
border-collapse: collapse; |
|
428 |
} |
|
429 |
|
|
430 |
.tablenav a.button-secondary { |
|
431 |
display: inline-block; |
|
432 |
padding: 2px 5px; |
|
433 |
} |
|
434 |
|
|
435 |
.inactive-sidebar .widgets-sortables { |
|
436 |
padding-bottom: 8px; |
|
437 |
} |
|
438 |
|
|
439 |
#available-widgets .widget-holder { |
|
440 |
padding-bottom: 65px; |
|
441 |
} |
|
442 |
|
|
443 |
#widgets-left .inactive { |
|
444 |
padding-bottom: 10px; |
|
445 |
} |
|
446 |
|
|
447 |
.widget-liquid-right .widget, |
|
448 |
.inactive-sidebar .widget { |
|
449 |
position: relative; |
|
450 |
} |
|
451 |
|
|
452 |
.inactive-sidebar .widget { |
|
453 |
display: block; |
|
454 |
float: left; |
|
455 |
} |
|
456 |
|
|
457 |
#wpcontent .button-primary-disabled { |
|
458 |
color: #9FD0D5; |
|
459 |
background: #298CBA; |
|
460 |
} |
|
461 |
|
|
462 |
#the-comment-list .unapproved tr, |
|
463 |
#the-comment-list .unapproved td { |
|
464 |
background-color: #ffffe0; |
|
465 |
} |
|
466 |
|
|
467 |
.imgedit-submit { |
|
468 |
width: 300px; |
|
469 |
} |
|
470 |
|
|
471 |
#nav-menus-frame, |
|
472 |
#wpbody, |
|
473 |
.menu li { |
|
474 |
zoom: 100%; |
|
475 |
} |
|
476 |
|
|
477 |
#update-nav-menu #post-body { |
|
478 |
overflow:hidden; |
|
479 |
} |
|
480 |
|
|
481 |
.menu li { |
|
482 |
min-width: 100%; |
|
483 |
} |
|
484 |
|
|
485 |
.menu li.sortable-placeholder { |
|
486 |
min-width: 400px; |
|
487 |
} |
|
488 |
|
|
489 |
.available-theme { |
|
490 |
display: inline; |
|
491 |
} |
|
492 |
|
|
493 |
.available-theme ul { |
|
494 |
margin: 0; |
|
495 |
} |
|
496 |
|
|
497 |
.available-theme .action-links li { |
|
498 |
padding-right: 7px; |
|
499 |
margin-right: 7px; |
|
500 |
} |
|
501 |
|
|
502 |
.about-wrap .three-col.about-updates .col-2 { |
|
503 |
width: 15%; |
|
504 |
} |
|
505 |
|
|
506 |
.about-wrap .about-password-meter input { |
|
507 |
width: 98%; |
|
508 |
} |
|
509 |
|
|
510 |
.revisions-tickmarks, |
|
511 |
.revisions-tooltip { |
|
512 |
display: none !important; |
|
513 |
} |
|
514 |
|
|
515 |
.revisions.pinned .revisions-controls { |
|
516 |
position: relative; |
|
517 |
} |
|
518 |
|
|
519 |
/* IE6 leftovers */ |
|
520 |
* html .row-actions { |
|
521 |
visibility: visible; |
|
522 |
} |
|
523 |
|
|
524 |
* html div.widget-liquid-left, |
|
525 |
* html div.widget-liquid-right { |
|
526 |
display: block; |
|
527 |
position: relative; |
|
528 |
} |
|
529 |
|
|
530 |
* html #editorcontainer { |
|
531 |
padding: 0; |
|
532 |
} |
|
533 |
|
|
534 |
* html #poststuff h2 { |
|
535 |
margin-left: 0; |
|
536 |
} |
|
537 |
|
|
538 |
* html .stuffbox, |
|
539 |
* html .stuffbox input, |
|
540 |
* html .stuffbox textarea { |
|
541 |
border: 1px solid #DFDFDF; |
|
542 |
} |
|
543 |
|
|
544 |
* html .feature-filter .feature-group li { |
|
545 |
width: 145px; |
|
546 |
} |
|
547 |
|
|
548 |
* html div.widget-liquid-left { |
|
549 |
width: 99%; |
|
550 |
} |
|
551 |
|
|
552 |
* html .widgets-sortables { |
|
553 |
height: 50px; |
|
554 |
} |
|
555 |
|
|
556 |
* html a#content_resize { |
|
557 |
right: -2px; |
|
558 |
} |
|
559 |
|
|
560 |
* html .widget-title h4 { |
|
561 |
width: 205px; |
|
562 |
} |
|
563 |
|
|
564 |
* html #removing-widget .in-widget-title { |
|
565 |
display: none; |
|
566 |
} |
|
567 |
|
|
568 |
* html .media-item .pinkynail { |
|
569 |
height: 32px; |
|
570 |
width: 40px; |
|
571 |
} |
|
572 |
|
|
573 |
* html .describe .field input.text, |
|
574 |
* html .describe .field textarea { |
|
575 |
width: 440px; |
|
576 |
} |
|
577 |
|
|
578 |
* html input { |
|
579 |
border: 1px solid #dfdfdf; |
|
580 |
} |
|
581 |
|
|
582 |
* html .edit-box { |
|
583 |
display: inline; |
|
584 |
} |
|
585 |
|
|
586 |
* html .postbox-container .meta-box-sortables { |
|
587 |
height: 300px; |
|
588 |
} |
|
589 |
|
|
590 |
* html #wpbody-content #screen-options-link-wrap { |
|
591 |
display: inline-block; |
|
592 |
width: 150px; |
|
593 |
text-align: center; |
|
594 |
} |
|
595 |
|
|
596 |
* html #wpbody-content #contextual-help-link-wrap { |
|
597 |
display: inline-block; |
|
598 |
width: 100px; |
|
599 |
text-align: center; |
|
600 |
} |
|
601 |
|
|
602 |
* html #adminmenu { |
|
603 |
margin-left: -80px; |
|
604 |
} |
|
605 |
|
|
606 |
* html .folded #adminmenu { |
|
607 |
margin-left: -22px; |
|
608 |
} |
|
609 |
|
|
610 |
* html #wpcontent #adminmenu li.menu-top { |
|
611 |
display: inline; |
|
612 |
padding: 0; |
|
613 |
margin: 0; |
|
614 |
} |
|
615 |
|
|
616 |
* html #wpfooter { |
|
617 |
margin: 0; |
|
618 |
} |
|
619 |
|
|
620 |
* html #adminmenu div.wp-menu-image { |
|
621 |
height: 29px; |
|
622 |
} |