mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
New 'on' state for admin menus. props JohnONolan, see #13486.
git-svn-id: https://develop.svn.wordpress.org/trunk@14870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1175,14 +1175,15 @@ div.comment-item:hover .row-actions {
|
||||
#sidemenu li a span.update-plugins {
|
||||
position: absolute;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
font-size: 9px;
|
||||
line-height: 17px;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
-moz-border-radius: 7px;
|
||||
-khtml-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
margin-top: 1px;
|
||||
margin-left: 7px;
|
||||
-moz-border-radius: 10px;
|
||||
-khtml-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#adminmenu li #awaiting-mod span,
|
||||
@@ -1190,8 +1191,6 @@ div.comment-item:hover .row-actions {
|
||||
#sidemenu li a span.update-plugins span {
|
||||
float: left;
|
||||
display: block;
|
||||
height: 1.6em;
|
||||
line-height: 1.6em;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user