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