mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Tweaks for the admin bar comment bubble: allow JS updating the count, center the bubble when no pending comments, props duck_, fixes #18809
git-svn-id: https://develop.svn.wordpress.org/trunk@19156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -463,7 +463,7 @@
|
||||
}
|
||||
|
||||
#wpadminbar .ab-comments-icon-body {
|
||||
margin: 3px 4px 0 -2px;
|
||||
margin-top: 3px;
|
||||
background: #999;
|
||||
height: 10px;
|
||||
width: 14px;
|
||||
@@ -480,7 +480,7 @@
|
||||
height: 0;
|
||||
position: absolute;
|
||||
bottom: -3px;
|
||||
left: 1px;
|
||||
left: 3px;
|
||||
/* Use transparent borders to form a triangle */
|
||||
border-left: 4px solid #999;
|
||||
border-bottom: 4px solid transparent;
|
||||
@@ -489,6 +489,13 @@
|
||||
border-left-color: #bbb;
|
||||
}
|
||||
|
||||
#wpadminbar #ab-awaiting-mod {
|
||||
margin-left: 4px;
|
||||
}
|
||||
#wpadminbar span.count-0 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* IE 6-targeted rules
|
||||
|
||||
Reference in New Issue
Block a user