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