diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css index 951bddf7f9..3e6214791d 100644 --- a/wp-admin/css/ie.css +++ b/wp-admin/css/ie.css @@ -2,4 +2,9 @@ #poststuff .postbox h3 { padding-left: 23px; +} + +#submenu li a.current { + background:none; + border:none; } \ No newline at end of file diff --git a/wp-admin/images/admin-menu.gif b/wp-admin/images/admin-menu.gif new file mode 100644 index 0000000000..f346f875f0 Binary files /dev/null and b/wp-admin/images/admin-menu.gif differ diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 81a4568596..533e712024 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -654,9 +654,8 @@ a.view-comment-post-link { #adminmenu { margin: 0; list-style: none; - background: #e4f2fd; - border-bottom: 1px solid #c6d9e9; - padding-left: 10px; + background: #e4f2fd url(images/admin-menu.gif) repeat-x bottom left; + padding-left: 15px; } /* Because we don't want visited on these links */ @@ -666,9 +665,8 @@ a.view-comment-post-link { #adminmenu a { font-size: 16px; - padding: 6px; + padding: 6px 7px 6px 7px; line-height: 200%; - border: 1px solid #e4f2fd; border-bottom: 1px solid #c6d9e9; } @@ -677,9 +675,10 @@ a.view-comment-post-link { color: #d54e21; border: 1px solid #c6d9e9; font-weight: bold; - -moz-border-radius-topleft: 3px; - -moz-border-radius-topright: 3px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-topright: 4px; border-bottom: 1px solid #fff; + padding: 6px; } #adminmenu a:hover {