Try a different comment bubble, fixes #5694. Hat tip: sambauers.

git-svn-id: https://develop.svn.wordpress.org/trunk@6638 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-21 22:13:07 +00:00
parent 1bac3dd255
commit 90cc4f505f
2 changed files with 33 additions and 11 deletions
+32 -8
View File
@@ -936,16 +936,39 @@ a.view-comment-post-link {
padding: 0;
}
#adminmenu #awaiting-mod {
color: #fff;
font-size: 10px;
width: 23px;
#adminmenu li a #awaiting-mod {
position: absolute;
margin-left: -15px;
margin-top: -13px;
background-image: url(images/comment-pill.gif);
background-position: 0 10px;
margin-left: -1.2em;
margin-top: -0.2em;
font-size: 0.7em;
background-image: url(images/comment-stalk.gif);
background-repeat: no-repeat;
background-position: 0 bottom;
height: 0.9em;
width: 1em;
}
#adminmenu li a:hover #awaiting-mod {
background-position: -80px bottom;
}
#adminmenu li a #awaiting-mod span {
color: #fff;
top: -0.8em;
right: 0;
position: absolute;
display: block;
height: 1.3em;
line-height: 1.3em;
padding: 0 0.8em;
background-color: #d54e21;
-moz-border-radius: 0.3em;
-khtml-border-radius: 0.3em;
border-radius: 0.3em;
}
#adminmenu li a:hover #awaiting-mod span {
background-color: #264761;
}
#submenu {
@@ -1345,3 +1368,4 @@ ul.categorychecklist li {
.form-input-tip { color: #999; }