Menu styling fixes for IE. Props filosofo, ocean90. fixes #13388 #13348

git-svn-id: https://develop.svn.wordpress.org/trunk@14761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-05-20 19:33:57 +00:00
parent 280901e0e5
commit ac71984568
8 changed files with 76 additions and 24 deletions

View File

@@ -103,6 +103,7 @@ ul#adminmenu {
}
#adminmenu,
.major-publishing-actions,
.wp-submenu,
.wp-submenu li,
.wp-menu-toggle {
@@ -442,3 +443,27 @@ table.ie-fixed {
* html input {
border: 1px solid #dfdfdf;
}
#nav-menu-header,
#nav-menus-frame,
#wpbody,
.menu li {
zoom:100%;
}
#update-nav-menu {
border:1px solid #ccc;
overflow:hidden;
}
#nav-menu-header,
#update-nav-menu #post-body {
border:none;
}
.menu li {
min-width:100%;
}
.menu li.sortable-placeholder {
min-width:400px;
}