mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Side folding for the menu, first run, still needs colours, styling and perhaps different icons.
git-svn-id: https://develop.svn.wordpress.org/trunk@9154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user