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