mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Make the menu css easier for localizations to extend, fix plugins bubble when menu is folded, fixes #8472 fixes #8473
git-svn-id: https://develop.svn.wordpress.org/trunk@10029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -479,8 +479,8 @@ body.press-this .ui-tabs-selected a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#adminmenu a #awaiting-mod,
|
||||
#adminmenu a .update-plugins,
|
||||
#adminmenu #awaiting-mod,
|
||||
#adminmenu .update-plugins,
|
||||
#sidemenu a .update-plugins,
|
||||
#rightnow .reallynow,
|
||||
#plugin-information .action-button {
|
||||
|
||||
@@ -479,8 +479,8 @@ body.press-this .ui-tabs-selected a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#adminmenu a #awaiting-mod,
|
||||
#adminmenu a .update-plugins,
|
||||
#adminmenu #awaiting-mod,
|
||||
#adminmenu .update-plugins,
|
||||
#sidemenu a .update-plugins,
|
||||
#rightnow .reallynow,
|
||||
#plugin-information .action-button {
|
||||
|
||||
+15
-4
@@ -74,7 +74,7 @@ table {
|
||||
margin-left: 175px;
|
||||
}
|
||||
|
||||
div.folded #wpbody {
|
||||
.folded #wpbody {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
@@ -86,14 +86,25 @@ div.folded #wpbody {
|
||||
#adminmenu {
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 15px 5px 15px -160px;
|
||||
width: 145px;
|
||||
margin-top: 15px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 15px;
|
||||
margin-left: -160px;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.folded #adminmenu {
|
||||
.folded #adminmenu {
|
||||
margin-left: -45px;
|
||||
}
|
||||
|
||||
.folded #adminmenu,
|
||||
.folded #adminmenu li.menu-top {
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
position: relative;
|
||||
@@ -197,7 +208,7 @@ dt {
|
||||
textarea,
|
||||
input,
|
||||
select {
|
||||
font: 13px/19px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
|
||||
font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
margin: 1px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user