Side folding for the menu, first run, still needs colours, styling and perhaps different icons.

git-svn-id: http://svn.automattic.com/wordpress/trunk@9154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-10-14 05:10:16 +00:00
parent b5bdfd44d0
commit 7a2fb7dcf5
23 changed files with 282 additions and 110 deletions

View File

@@ -5,7 +5,7 @@
border-color: #c6d9e9;
}
#wpbody-content {
#wphead {
border-color: #c6d9e9;
}
@@ -369,6 +369,10 @@ h3.dashboard-widget-title small a:hover {
font-weight: bold;
}
#adminmenu li {
color: #14568A;
}
#adminmenu li.current {
background-color: #fff;
border-right-color: #fff;

View File

@@ -5,7 +5,7 @@
border-color: #c6d9e9;
}
#wpbody-content {
#wphead {
border-color: #c6d9e9;
}
@@ -782,7 +782,7 @@ table.diff .diff-addedline ins {
background-color: #99ff99;
}
#adminmenu,
#adminmenu li,
#att-info {
background-color: #E4F2FD;
}

View File

@@ -7,9 +7,7 @@ div#wpbody {
}
div#wpbody-content {
margin-left: 137px;
border-top-width: 1px;
border-top-style: solid;
margin-left: 140px;
padding-top: 10px;
}
@@ -26,7 +24,8 @@ div#sidemenu-bg {
ul#adminmenu {
float: left;
clear: left;
width: 125px; /* + 10 padding */
margin: 10px 8px;
width: 135px; /* + 10 padding */
position: relative;
}

View File

@@ -4,11 +4,10 @@
padding-left: 23px;
}
#submenu li a.current {
background:none;
border:none;
input.button, input.button-secondary, input.button-highlighted {
padding: 0;
}
/*
* html body.minwidth {
_width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
}
@@ -16,6 +15,44 @@
* html #wpbody {
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
}
*/
#adminmenu li.wp-has-submenu {
margin-top: 2px;
}
#adminmenu.folded li.wp-has-submenu {
height: 24px;
}
* html #wpcontent #adminmenu ul.wp-submenu li {
margin: 0;
padding: 0;
}
* html #wpcontent #adminmenu ul.wp-submenu a {
padding: 2px 4px 2px 8px;
margin: 0;
line-height: 20px;
}
* html #wpcontent #adminmenu ul.wp-submenu li a.current,
* html #wpcontent #adminmenu ul.wp-submenu li.current {
border: 0;
background-color: #fff;
}
ul#adminmenu li.wp-menu-separator {
background-color: #fff;
height: 5px;
width: 1px;
line-height: 5px;
font-size: 5px;
padding: 0;
margin: 0;
}
* html #poststuff .postarea, * html #poststuff #titlediv {
width: 95%;