]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ie.css
WordPress 4.7.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / ie.css
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 #wpbody-content #dashboard-widgets .postbox-container {
13         width: 49.5%;
14 }
15
16 #wpbody-content #dashboard-widgets #postbox-container-2,
17 #wpbody-content #dashboard-widgets #postbox-container-3,
18 #wpbody-content #dashboard-widgets #postbox-container-4 {
19         float: right;
20         width: 50.5%;
21 }
22
23 #dashboard-widgets #postbox-container-3 .empty-container,
24 #dashboard-widgets #postbox-container-4 .empty-container {
25         border: 0 none;
26         height: 0;
27         min-height: 0;
28 }
29
30 .wp-editor-wrap .wp-editor-tools,
31 .wp-editor-wrap .wp-switch-editor,
32 .wp-editor-wrap .wp-editor-tabs,
33 .wp-editor-wrap .wp-editor-container {
34         zoom: 100%;
35 }
36
37 .wp-editor-wrap .wp-editor-container textarea.wp-editor-area {
38         width: 97%;
39 }
40
41 #post-body.columns-2 #postbox-container-1 {
42         padding-left: 19px;
43 }
44
45 .welcome-panel .wp-badge {
46         position: absolute;
47 }
48
49 .welcome-panel .welcome-panel-column:first-child {
50         width: 35%;
51 }
52
53 #adminmenuback {
54         left: 0;
55         background-image: none;
56 }
57
58 #adminmenuwrap {
59         position: static;
60 }
61
62 #adminmenu {
63         position: relative;
64 }
65
66 #adminmenu,
67 #adminmenu a {
68         cursor: pointer;
69 }
70
71 #adminmenu li.wp-menu-separator,
72 #adminmenu li.wp-menu-separator-last {
73         font-size: 1px;
74         line-height: 1;
75 }
76
77 #adminmenu a.menu-top {
78         border-bottom: 0 none;
79         border-top: 1px solid #ddd;
80 }
81
82 #adminmenu .separator {
83         font-size: 1px;
84         line-height: 1px;
85 }
86
87 #adminmenu .wp-submenu {
88         left: 110px;
89 }
90
91 #adminmenu .wp-submenu ul {
92         margin: 0;
93 }
94
95 .folded #wpcontent,
96 .folded #wpfooter {
97         margin-left: 170px;
98 }
99
100 .folded #adminmenuback,
101 .folded #adminmenuwrap,
102 .folded #adminmenu,
103 .folded #adminmenu li.menu-top {
104         width: 150px;
105 }
106
107 .folded #adminmenu .wp-submenu {
108         border-top-color: transparent;
109 }
110
111 .folded #adminmenu .wp-menu-name {
112         display: block;
113 }
114
115 .folded #adminmenu .wp-submenu.sub-open,
116 .folded #adminmenu .opensub .wp-submenu {
117         left: 110px;
118 }
119
120 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
121 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
122         top: -1px;
123         position: relative;
124 }
125
126 .folded #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
127         background-color: transparent;
128 }
129
130 #adminmenu .wp-submenu .wp-submenu-head {
131         border-top-color: #ddd;
132 }
133
134 .folded #adminmenu .wp-submenu ul {
135         margin-left: 5px;
136 }
137
138 #adminmenu li.menu-top {
139         margin-bottom: -2px;
140 }
141
142 #adminmenu .wp-menu-arrow {
143         display: none !important;
144 }
145
146 .js.folded #adminmenu li.menu-top {
147         display: block;
148         zoom: 100%;
149 }
150
151 ul#adminmenu {
152         z-index: 99;
153 }
154
155 #adminmenu li.menu-top a.menu-top {
156         min-width: auto;
157         width: auto;
158 }
159
160 #wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
161         font-style: normal;
162 }
163
164 #wpcontent #adminmenu .wp-submenu li {
165         padding: 0;
166 }
167
168 #adminmenu li.wp-has-current-submenu .wp-submenu {
169         left: -40px;
170 }
171
172 #adminmenu .wp-menu-image {
173         display: none !important;
174 }
175
176 #adminmenu a.menu-top .wp-menu-name {
177         padding-left: 8px;
178 }
179
180 #collapse-menu {
181         line-height: 23px;
182 }
183
184 #wpadminbar .ab-comments-icon {
185         padding-top: 7px;
186 }
187
188
189 .theme-browser .theme {
190         width: 30%;
191         margin: 0 3% 4% 0;
192         cursor: auto;
193 }
194
195 .theme-browser .theme:hover,
196 .theme-browser .theme:focus {
197         cursor: auto;
198 }
199
200 .theme-browser .theme .theme-screenshot {
201         height: 180px;
202 }
203
204 .theme-browser .theme .theme-actions {
205         position: static;
206         background-color: #e8e8e8;
207 }
208
209 .theme-browser .theme .more-details {
210         display: none;
211 }
212
213 .plugins td,
214 .plugins th {
215         border-top: 1px solid #ddd;
216 }
217
218 table.fixed th,
219 table.fixed td {
220         border-top: 1px solid #ddd;
221 }
222
223 #wpbody-content input.button,
224 #wpbody-content input.button-primary {
225         overflow: visible;
226 }
227
228 #dashboard-widgets h3 a {
229         height: 14px;
230         line-height: 14px;
231 }
232
233 #dashboard_browser_nag {
234         color: #fff;
235 }
236
237 #dashboard_browser_nag .browser-icon {
238         position: relative;
239 }
240
241 .tablenav-pages .current-page {
242         vertical-align: middle;
243 }
244
245 #wpbody-content .postbox {
246         border: 1px solid #ddd;
247 }
248
249 #wpbody-content .postbox .hndle {
250         margin-bottom: -1px;
251 }
252
253 .major-publishing-actions,
254 .wp-submenu,
255 .wp-submenu li,
256 #template,
257 #template div,
258 #editcat,
259 #addcat {
260         zoom: 100%;
261 }
262
263 .wp-menu-arrow {
264         height: 28px;
265 }
266
267 .submitbox {
268         margin-top: 10px;
269 }
270
271 /* Inline Editor */
272 #wpbody-content .quick-edit-row-post .inline-edit-col-left {
273         width: 39%;
274 }
275
276 #wpbody-content .inline-edit-row-post .inline-edit-col-center {
277         width: 19%;
278 }
279
280 #wpbody-content .quick-edit-row-page .inline-edit-col-left {
281         width: 49%;
282 }
283
284 #wpbody-content .bulk-edit-row .inline-edit-col-left {
285         width: 29%;
286 }
287
288 .inline-edit-row p.submit {
289         zoom: 100%;
290 }
291
292 .inline-edit-row fieldset label span.title {
293         display: block;
294         float: left;
295         width: 5em;
296 }
297
298 .inline-edit-row fieldset label span.input-text-wrap {
299         margin-left: 0;
300         zoom: 100%;
301 }
302
303 #wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
304         line-height: 130%;
305 }
306
307 #wpbody-content .inline-edit-row .input-text-wrap input {
308         width: 95%;
309 }
310
311 #wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
312         width: 8em;
313 }
314 /* end Inline Editor */
315
316 #titlediv #title {
317         width: 98%;
318 }
319
320 .button,
321 input[type="reset"],
322 input[type="button"],
323 input[type="submit"] {
324         padding: 0 8px;
325         line-height: 20px;
326         height: auto;
327 }
328
329 .button.button-large,
330 input[type="reset"].button-large,
331 input[type="button"].button-large,
332 input[type="submit"].button-large {
333         padding: 0 10px;
334         line-height: 24px;
335         height: auto;
336 }
337
338 .button.button-small,
339 input[type="reset"].button-small,
340 input[type="button"].button-small,
341 input[type="submit"].button-small {
342         padding: 0 6px;
343         line-height: 16px;
344         height: auto;
345 }
346
347 a.button {
348         margin: 1px;
349         padding: 1px 9px 2px;
350 }
351
352 a.button.button-large {
353         padding: 1px 11px 2px;
354 }
355
356 a.button.button-small {
357         padding: 1px 7px 2px;
358 }
359
360 #screen-options-wrap {
361         overflow: hidden;
362 }
363
364 #the-comment-list .comment-item,
365 #post-status-info,
366 #wpwrap,
367 #wrap,
368 #postdivrich,
369 #postdiv,
370 #poststuff,
371 .metabox-holder,
372 #titlediv,
373 #post-body,
374 #editorcontainer,
375 .tablenav,
376 .widget-liquid-left,
377 .widget-liquid-right,
378 #widgets-left,
379 .widgets-sortables,
380 #dragHelper,
381 .widget .widget-top,
382 .widget-control-actions,
383 .tagchecklist,
384 #col-container,
385 #col-left,
386 #col-right,
387 .fileedit-sub {
388         display: block;
389         zoom: 100%;
390 }
391
392 p.search-box {
393         position: static;
394         float: right;
395         margin: -3px 0 4px;
396 }
397
398 #widget-list .widget {
399         display: inline;
400 }
401
402 #editorcontainer #content {
403         overflow: auto;
404         margin: auto;
405         width: 98%;
406 }
407
408 form#template div {
409         width: 100%;
410 }
411
412 .wp-editor-container .quicktags-toolbar input {
413         overflow: visible;
414         padding: 0 4px;
415 }
416
417 #poststuff h2 {
418         font-size: 1.6em;
419 }
420
421 #poststuff .inside #parent_id,
422 #poststuff .inside #page_template,
423 .inline-edit-row #post_parent,
424 .inline-edit-row select[name="page_template"] {
425         width: 250px;
426 }
427
428 #submitdiv input,
429 #submitdiv select,
430 #submitdiv a.button {
431         position: relative;
432 }
433
434 #bh {
435         margin: 7px 10px 0 0;
436         float: right;
437 }
438
439 /* without this dashboard widgets appear in one column for some screen widths */
440 div#dashboard-widgets {
441         padding-right: 1px;
442 }
443
444 .tagchecklist > span, .tagchecklist .ntdelbutton {
445         display: inline-block;
446         display: block;
447 }
448
449 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
450         outline: 1px solid #5b9dd9;
451 }
452
453 .tablenav .button,
454 .nav .button {
455         padding-top: 2px;
456         padding-bottom: 2px;
457 }
458
459 .tablenav select {
460         font-size: 13px;
461         display: inline-block;
462         vertical-align: top;
463         margin-top: 2px;
464 }
465
466 .tablenav .actions select {
467         width: 155px;
468 }
469
470 .subsubsub li {
471         display: inline;
472 }
473
474 a.post-state-format {
475         text-indent: 0;
476         line-height: 0;
477         font-size: 0;
478 }
479
480 table.ie-fixed {
481         table-layout: fixed;
482 }
483
484 .widefat tr,
485 .widefat th,
486 .widefat thead td,
487 .widefat tfoot td {
488         margin-bottom: 0;
489         border-spacing: 0;
490 }
491
492 .widefat th input,
493 .widefat thead td input,
494 .widefat tfoot td input {
495         margin: 0 0 0 5px;
496 }
497
498 .widefat thead .check-column,
499 .widefat tfoot .check-column {
500         padding-top: 6px;
501 }
502
503 .widefat tbody th.check-column,
504 .media.widefat tbody th.check-column {
505         padding: 4px 0 0;
506 }
507
508 .widefat {
509         empty-cells: show;
510         border-collapse: collapse;
511 }
512
513 .tablenav a.button {
514         display: inline-block;
515         padding: 2px 5px;
516 }
517
518 .inactive-sidebar .widgets-sortables {
519         padding-bottom: 8px;
520 }
521
522 #available-widgets .widget-holder {
523         padding-bottom: 65px;
524 }
525
526 #widgets-left .inactive {
527         padding-bottom: 10px;
528 }
529
530 .widget-liquid-right .widget,
531 .inactive-sidebar .widget {
532         position: relative;
533 }
534
535 .inactive-sidebar .widget {
536         display: block;
537         float: left;
538 }
539
540 #wpcontent .button-primary-disabled {
541         color: #9FD0D5;
542         background: #298CBA;
543 }
544
545 #the-comment-list .unapproved tr,
546 #the-comment-list .unapproved td {
547         background-color: #ffffe0;
548 }
549
550 .imgedit-submit {
551         width: 300px;
552 }
553
554 #nav-menus-frame,
555 #wpbody,
556 .menu li {
557         zoom: 100%;
558 }
559
560 #update-nav-menu #post-body {
561         overflow:hidden;
562 }
563
564 .menu li {
565         min-width: 100%;
566 }
567
568 .menu li.sortable-placeholder {
569         min-width: 400px;
570 }
571
572 .available-theme {
573         display: inline;
574 }
575
576 .available-theme ul {
577         margin: 0;
578 }
579
580 .available-theme .action-links li {
581         padding-right: 7px;
582         margin-right: 7px;
583 }
584
585 .about-wrap .three-col.about-updates .col-2 {
586         width: 15%;
587 }
588
589 .about-wrap .about-password-meter input {
590         width: 98%;
591 }
592
593 .revisions-tickmarks,
594 .revisions-tooltip {
595         display: none !important;
596 }
597
598 .revisions.pinned .revisions-controls {
599         position: relative;
600 }
601
602 input[type="password"],
603 .login form .input {
604         font-family: sans-serif;
605 }
606
607 /* TinyMCE icons */
608 .mce-btn i.mce-i-bold,
609 .mce-btn i.mce-i-italic,
610 .mce-btn i.mce-i-bullist,
611 .mce-btn i.mce-i-numlist,
612 .mce-btn i.mce-i-blockquote,
613 .mce-btn i.mce-i-alignleft,
614 .mce-btn i.mce-i-aligncenter,
615 .mce-btn i.mce-i-alignright,
616 .mce-btn i.mce-i-link,
617 .mce-btn i.mce-i-unlink,
618 .mce-btn i.mce-i-wp_more,
619 .mce-btn i.mce-i-strikethrough,
620 .mce-btn i.mce-i-spellchecker,
621 .mce-btn i.mce-i-fullscreen,
622 .mce-btn i.mce-i-wp_fullscreen,
623 .mce-btn i.mce-i-wp_adv,
624 .mce-btn i.mce-i-underline,
625 .mce-btn i.mce-i-alignjustify,
626 .mce-btn i.mce-i-forecolor,
627 .mce-btn i.mce-i-pastetext,
628 .mce-btn i.mce-i-pasteword,
629 .mce-btn i.mce-i-removeformat,
630 .mce-btn i.mce-i-charmap,
631 .mce-btn i.mce-i-outdent,
632 .mce-btn i.mce-i-indent,
633 .mce-btn i.mce-i-undo,
634 .mce-btn i.mce-i-redo,
635 .mce-btn i.mce-i-help,
636 .mce-btn i.mce-i-wp_help,
637 .mce-btn i.mce-i-wp-media-library,
638 .mce-btn i.mce-i-ltr,
639 .mce-btn i.mce-i-wp_page,
640 .mce-btn i.mce-i-hr,
641 .mce-close {
642         font-family: 'tinymce', Arial;
643         font-style: normal;
644         font-weight: 400;
645         font-variant: normal;
646         font-size: 16px;
647         margin-left: 0;
648         padding-right: 0;
649 }
650
651 .mce-btn i.mce-i-wp_fullscreen,
652 .qt-fullscreen {
653         -ie7-icon: '\e023';
654 }
655
656 .mce-btn i.mce-i-wp_more,
657 .mce-btn i.mce-i-wp_page {
658         -ie7-icon: '\e027';
659 }
660
661 .mce-btn i.mce-i-wp_adv {
662         background-color: #a0a5aa;
663 }
664
665 .mce-btn i.mce-i-help,
666 .mce-btn i.mce-i-wp_help {
667         -ie7-icon: '\e016';
668 }
669
670
671 /* IE6 leftovers */
672 * html .row-actions {
673         visibility: visible;
674 }
675
676 * html div.widget-liquid-left,
677 * html div.widget-liquid-right {
678         display: block;
679         position: relative;
680 }
681
682 * html #editorcontainer {
683         padding: 0;
684 }
685
686 * html #poststuff h2 {
687         margin-left: 0;
688 }
689
690 * html .stuffbox,
691 * html .stuffbox input,
692 * html .stuffbox textarea {
693         border: 1px solid #ddd;
694 }
695
696 * html div.widget-liquid-left {
697         width: 99%;
698 }
699
700 * html .widgets-sortables {
701         height: 50px;
702 }
703
704 * html a#content_resize {
705         right: -2px;
706 }
707
708 * html .widget-title h4 {
709         width: 205px;
710 }
711
712 * html #removing-widget .in-widget-title {
713         display: none;
714 }
715
716 * html .media-item .pinkynail {
717         height: 32px;
718         width: 40px;
719 }
720
721 * html .describe .field input.text,
722 * html .describe .field textarea {
723         width: 440px;
724 }
725
726 * html input {
727         border: 1px solid #ddd;
728 }
729
730 * html .edit-box {
731         display: inline;
732 }
733
734 * html .postbox-container .meta-box-sortables {
735         height: 300px;
736 }
737
738 * html #wpbody-content #screen-options-link-wrap {
739         display: inline-block;
740         width: 150px;
741         text-align: center;
742 }
743
744 * html #wpbody-content #contextual-help-link-wrap {
745         display: inline-block;
746         width: 100px;
747         text-align: center;
748 }
749
750 * html #adminmenu {
751         margin-left: -80px;
752 }
753
754 * html .folded #adminmenu {
755         margin-left: -22px;
756 }
757
758 * html #wpcontent #adminmenu li.menu-top {
759         display: inline;
760         padding: 0;
761         margin: 0;
762 }
763
764 * html #wpfooter {
765         margin: 0;
766 }
767
768 * html #adminmenu div.wp-menu-image {
769         height: 29px;
770 }