Tab styling fixes from Speedboxer. see #5868

git-svn-id: https://develop.svn.wordpress.org/trunk@6884 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-17 19:41:47 +00:00
parent 19f94ceb41
commit 9a9d98a1a5

View File

@ -654,7 +654,8 @@ a.view-comment-post-link {
#adminmenu {
margin: 0;
list-style: none;
background: #e4f2fd url(images/admin-menu.gif) repeat-x bottom left;
background-color: #e4f2fd;
border-bottom: 1px solid #c6d9e9;
padding-left: 15px;
}
@ -667,7 +668,6 @@ a.view-comment-post-link {
font-size: 16px;
padding: 6px 7px 6px 7px;
line-height: 200%;
border-bottom: 1px solid #c6d9e9;
}
#adminmenu a:hover, #adminmenu a.current, #adminmenu a.current:hover {
@ -677,15 +677,18 @@ a.view-comment-post-link {
font-weight: bold;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-bottom: 1px solid #fff;
padding: 6px;
}
#adminmenu a:hover {
border-bottom: 1px solid #c6d9e9;
border-bottom: 0;
font-weight: normal;
}
#adminmenu a.current, #adminmenu a.current:hover {
border-bottom: 2px solid #fff;
}
#sidemenu {
margin: 0;
color: #999;