There's a lockup in the tri-menu area. Traffic ahead. Eliminating generic file editor.

git-svn-id: https://develop.svn.wordpress.org/trunk@6549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-04 11:47:06 +00:00
parent 94a6353473
commit 92a412f1f2
4 changed files with 129 additions and 177 deletions
+51 -2
View File
@@ -899,6 +899,31 @@ a.view-comment-post-link {
margin: 0;
}
/* menu stuff */
#dashmenu {
margin: 0;
list-style: none;
position: absolute;
top: 7px;
left: 0;
padding-left: 12px;
}
#dashmenu a {
color: #999;
padding: 6px;
line-height: 220%;
margin-right: 8px;
}
#dashmenu a:hover, #dashmenu a.current, #dashmenu a.current:hover {
background: #e4f2fd;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
color: #555;
}
#adminmenu {
margin: 0;
list-style: none;
@@ -910,7 +935,7 @@ a.view-comment-post-link {
#adminmenu a {
font-size: 16px;
color: #2583ad;
padding: 6px 6px;
padding: 6px;
line-height: 200%;
border: 1px solid #e4f2fd;
border-bottom: 1px solid #c6d9e9;
@@ -931,12 +956,34 @@ a.view-comment-post-link {
font-weight: normal;
}
#adminmenu li, #submenu li {
#sidemenu {
margin: 0;
color: #999;
list-style: none;
position: absolute;
right: 25%;
top: 55px;
padding-left: 10px;
}
#sidemenu a {
color: #2583ad;
padding: 3px;
line-height: 200%;
}
#sidemenu a:hover, #sidemenu a.current, #sidemenu a.current:hover {
color: #d54e21;
}
#dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
display: inline;
line-height: 200%;
list-style: none;
text-align: center;
white-space: nowrap;
margin: 0;
padding: 0;
}
#adminmenu #awaiting-mod {
@@ -971,6 +1018,8 @@ a.view-comment-post-link {
height: 15px;
}
/* end menu stuff */
/* Admin Footer */
#footer {