]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ie.css
Wordpress 2.5.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / ie.css
1 /* Fixes for IE bugs */
2
3 #poststuff .postbox h3 {
4         padding-left: 23px;
5 }
6
7 #submenu li a.current {
8         background:none;
9         border:none;
10 }
11
12 * html body.minwidth {
13         _width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
14 }
15
16 * html #wpbody {
17         _width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
18 }
19
20 * html #poststuff .postarea, * html #poststuff #titlediv {
21         width: 95%;
22         margin-left: 3%;
23 }
24
25 .submitbox {
26         margin-top: 10px;
27 }
28
29 * html div.widget-liquid-left-holder, * html div.widget-liquid-right {
30         display: block;
31         position: relative;
32 }
33
34 #wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list, li.widget-list-control-item, #dragHelper, li.widget-list-control-item h4, .widget-sortable, .widget-control-actions {
35         display: block;
36         zoom: 100%;
37 }
38
39 * html #editorcontainer {
40         padding: 0;
41 }
42
43 * html #editorcontainer #content {
44         position: relative;
45         overflow: auto;
46         padding: 6px;
47         margin: auto;
48         width: 98%;
49 }
50
51 form#template div {
52         width: 100%;
53 }
54
55 #ed_toolbar input {
56         overflow: visible;
57         padding: 0 4px;
58 }
59
60 #poststuff h2 {
61         font-size: 1.6em;
62 }
63
64 * html #poststuff h2 {
65         margin-left: 0;
66 }
67
68 #bh {
69         padding-right: 15px;
70 }
71
72 /* without this dashboard widgets appear in one column for some screen widths */
73 div#dashboard-widgets {
74         padding-right: 1px;
75 }
76
77 #tagchecklist {
78         display: block;
79         zoom: 100%;
80 }
81
82 #tagchecklist span, #tagchecklist span a {
83         display: inline-block;
84         display: block;
85 }
86
87 #tagchecklist span a {
88         margin: 4px 0 0 -9px;
89 }
90
91 #poststuff .togbox {
92         margin-left: -19px;
93 }
94
95 .tablenav .button-secondary, .nav .button-secondary {
96         padding: 0 1px;
97         vertical-align: middle;
98 }
99
100 .tablenav select {
101         font-size: 13px;
102         display: inline-block;
103         vertical-align: top;
104         margin-top: 2px;
105 }
106
107 .tablenav-pages .page-numbers {
108         display: inline-block;
109 }
110
111 .tablenav-pages {
112         display: block;
113         margin-top: -3px;
114
115 }
116
117 #post-search .button, #widget-search .button {
118         padding: 1px;
119 }
120
121 .widefat tr, .widefat th {
122         margin-bottom: 0;
123         border-spacing: 0;
124 }
125
126 .widefat th input {
127         margin: 0 0 0 5px;
128 }
129
130 .widefat .check-column {
131         padding: 6px 0 2px;
132 }
133
134 .widefat tbody th.check-column {
135         padding: 4px 0 22px;
136 }
137
138 .tablenav a.button-secondary {
139         display: inline-block;
140         padding: 2px 5px;
141 }