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:
Andrew Ozz 2008-12-04 02:04:49 +00:00
parent 2c7a9007de
commit b97cf8d9e2
5 changed files with 24 additions and 24 deletions

View File

@ -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 {

View File

@ -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 {

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -807,12 +807,6 @@ div.comment-item:hover .row-actions {
border-style: solid none none;
}
#adminmenu {
padding: 0;
width: 12em;
list-style: none;
}
#adminmenu .wp-submenu a {
font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
@ -828,11 +822,6 @@ div.comment-item:hover .row-actions {
font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}
.folded #adminmenu,
.folded #adminmenu li.menu-top {
width: 28px;
}
#adminmenu div.wp-submenu-head {
display: none;
}
@ -1036,9 +1025,9 @@ div.comment-item:hover .row-actions {
}
/* end side admin menu */
/* 2.6 */
#adminmenu a #awaiting-mod,
#adminmenu a span.update-plugins,
/* comments/plugins bubble in menu */
#adminmenu #awaiting-mod,
#adminmenu span.update-plugins,
#sidemenu li a span.update-plugins {
position: absolute;
font-family: Helvetica, Arial, sans-serif;
@ -1052,8 +1041,8 @@ div.comment-item:hover .row-actions {
border-radius: 7px;
}
#adminmenu li a #awaiting-mod span,
#adminmenu li a span.update-plugins span,
#adminmenu li #awaiting-mod span,
#adminmenu li span.update-plugins span,
#sidemenu li a span.update-plugins span {
float: left;
display: block;