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

git-svn-id: http://svn.automattic.com/wordpress/trunk@6638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2008-01-21 22:13:07 +00:00
parent c12cc74bae
commit bf70994fad
2 changed files with 33 additions and 11 deletions

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; }