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:
parent
19f94ceb41
commit
9a9d98a1a5
@ -654,7 +654,8 @@ a.view-comment-post-link {
|
|||||||
#adminmenu {
|
#adminmenu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
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;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -667,7 +668,6 @@ a.view-comment-post-link {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 6px 7px 6px 7px;
|
padding: 6px 7px 6px 7px;
|
||||||
line-height: 200%;
|
line-height: 200%;
|
||||||
border-bottom: 1px solid #c6d9e9;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu a:hover, #adminmenu a.current, #adminmenu a.current:hover {
|
#adminmenu a:hover, #adminmenu a.current, #adminmenu a.current:hover {
|
||||||
@ -677,15 +677,18 @@ a.view-comment-post-link {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
-moz-border-radius-topleft: 4px;
|
-moz-border-radius-topleft: 4px;
|
||||||
-moz-border-radius-topright: 4px;
|
-moz-border-radius-topright: 4px;
|
||||||
border-bottom: 1px solid #fff;
|
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu a:hover {
|
#adminmenu a:hover {
|
||||||
border-bottom: 1px solid #c6d9e9;
|
border-bottom: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#adminmenu a.current, #adminmenu a.current:hover {
|
||||||
|
border-bottom: 2px solid #fff;
|
||||||
|
}
|
||||||
|
|
||||||
#sidemenu {
|
#sidemenu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #999;
|
color: #999;
|
||||||
@ -1210,4 +1213,4 @@ p#post-search {
|
|||||||
|
|
||||||
.commentlist .avatar {
|
.commentlist .avatar {
|
||||||
vertical-align:text-top;
|
vertical-align:text-top;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user