summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/ie.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-19 12:35:25 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-19 12:35:25 +0000
commit50b00028bd207f461d6ed02f7868eccb5c6b8fe1 (patch)
tree003311f94f815dddbc39f91ba25b959f6ef18524 /wp-admin/css/ie.css
parent63f0f49bde74f02cdfc79140a7f101173f33322b (diff)
downloadwordpress-mu-50b00028bd207f461d6ed02f7868eccb5c6b8fe1.tar.gz
wordpress-mu-50b00028bd207f461d6ed02f7868eccb5c6b8fe1.tar.xz
wordpress-mu-50b00028bd207f461d6ed02f7868eccb5c6b8fe1.zip
Add and delete WP 2.5 files. *DON'T SVN UPDATE!*
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1214 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/css/ie.css')
-rw-r--r--wp-admin/css/ie.css58
1 files changed, 58 insertions, 0 deletions
diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css
new file mode 100644
index 0000000..dd7deaa
--- /dev/null
+++ b/wp-admin/css/ie.css
@@ -0,0 +1,58 @@
+/* Fixes for IE bugs */
+
+#poststuff .postbox h3 {
+ padding-left: 23px;
+}
+
+#submenu li a.current {
+ background:none;
+ border:none;
+}
+
+* html body.minwidth {
+ _width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
+}
+
+* html #wpbody {
+ _width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
+}
+
+* html #poststuff .postarea, * html #poststuff #titlediv {
+ width: 95%;
+ margin-left: 3%;
+}
+
+.submitbox {
+ margin-top: 10px;
+}
+
+* html div.widget-liquid-left-holder, * html div.widget-liquid-right {
+ display: block;
+ position: relative;
+}
+
+#wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list {
+ display: block;
+ zoom: 100%;
+}
+
+* html #editorcontainer {
+ padding: 0;
+}
+
+* html #editorcontainer #content {
+ position: relative;
+ overflow: auto;
+ padding: 6px;
+ margin: auto;
+ width: 98%;
+}
+
+form#template div {
+ width: 100%;
+}
+
+#ed_toolbar input {
+ overflow: visible;
+ padding: 1px 5px;
+}