IE7 fixes, see #17324

git-svn-id: https://develop.svn.wordpress.org/trunk@17963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-05-19 02:23:02 +00:00
parent 414d10d316
commit 7262bec3c2
8 changed files with 35 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,30 @@
/* Fixes for IE bugs */
#wp-fullscreen-tagline {
color: #888;
font-size: 14px;
}
#adminmenuback {
left: 0;
}
#adminmenu li.wp-menu-separator,
#adminmenu li.wp-menu-separator-last {
font-size: 1px;
line-height: 1;
}
#adminmenu a.menu-top {
border-bottom: 0 none;
border-top: 1px solid #ddd;
}
#adminmenu .separator {
font-size: 1px;
line-height: 1px;
}
#wpbody-content input.button,
#wpbody-content input.button-secondary,
#wpbody-content input.button-highlighted {
@@ -110,10 +135,6 @@ ul#adminmenu {
zoom: 100%;
}
.folded #adminmenu li.wp-menu-separator {
width: 28px;
}
#wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
padding: 3px 4px 4px 10px;
zoom: 100%;

File diff suppressed because one or more lines are too long

View File

@@ -664,7 +664,6 @@ form.upgrade .hint {
-------------------------------------------------------------- */
#fullscreen-topbar {
position: fixed;
filter: inherit;
top: 0;
left: 0;
z-index: 150050;
@@ -673,6 +672,7 @@ form.upgrade .hint {
min-width: 800px;
width: 100%;
height: 40px;
display: none;
}
#wp-fullscreen-toolbar {