Showing a vertical navigation for admin panels.
This commit is contained in:
parent
74dbd37e9a
commit
6b4c3e59fa
|
@ -345,10 +345,14 @@ list-style-type:none;
|
|||
float:left;
|
||||
text-decoration:none;
|
||||
padding:4px 11px;
|
||||
border-radius-topleft:4px;
|
||||
border-radius-topright:4px;
|
||||
-moz-border-radius-topleft:4px;
|
||||
-moz-border-radius-topright:4px;
|
||||
-webkit-border-top-left-radius:4px;
|
||||
-webkit-border-top-right-radius:4px;
|
||||
border-radius-topleft:0;
|
||||
border-radius-topright:0;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-bottom:0;
|
||||
|
@ -359,6 +363,56 @@ float:left;
|
|||
width:100%;
|
||||
}
|
||||
|
||||
body[id$=adminpanel] #site_nav_local_views {
|
||||
float:right;
|
||||
margin-right:18.9%;
|
||||
|
||||
margin-right:189px;
|
||||
position:relative;
|
||||
width:14.01%;
|
||||
|
||||
width:141px;
|
||||
z-index:9;
|
||||
}
|
||||
body[id$=adminpanel] #site_nav_local_views li {
|
||||
width:100%;
|
||||
margin-right:0;
|
||||
margin-bottom:7px;
|
||||
}
|
||||
body[id$=adminpanel] #site_nav_local_views a {
|
||||
display:block;
|
||||
width:100%;
|
||||
border-radius-toprleft:0;
|
||||
-moz-border-radius-topleft:0;
|
||||
-webkit-border-top-left-radius:0;
|
||||
border-radius-topright:4px;
|
||||
-moz-border-radius-topright:4px;
|
||||
-webkit-border-top-right-radius:4px;
|
||||
border-radius-bottomright:4px;
|
||||
-moz-border-radius-bottomright:4px;
|
||||
-webkit-border-bottom-right-radius:4px;
|
||||
}
|
||||
body[id$=adminpanel] #site_nav_local_views li.current {
|
||||
box-shadow:none;
|
||||
-moz-box-shadow:none;
|
||||
-webkit-box-shadow:none;
|
||||
}
|
||||
|
||||
body[id$=adminpanel] #content {
|
||||
border-radius-topleft:7px;
|
||||
border-radius-topright:7px;
|
||||
-moz-border-radius-topleft:7px;
|
||||
-moz-border-radius-topright:7px;
|
||||
-webkit-border-top-left-radius:7px;
|
||||
-webkit-border-top-right-radius:7px;
|
||||
border-radius-topright:0;
|
||||
-moz-border-radius-topright:0;
|
||||
-webkit-border-top-right-radius:0;
|
||||
}
|
||||
body[id$=adminpanel] #aside_primary {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#site_nav_global_primary dt,
|
||||
#site_nav_global_secondary dt {
|
||||
display:none;
|
||||
|
@ -452,13 +506,6 @@ width:100%;
|
|||
float:left;
|
||||
}
|
||||
|
||||
#content.admin {
|
||||
width:95.5%;
|
||||
}
|
||||
#content.admin #content_inner {
|
||||
width:66.3%;
|
||||
}
|
||||
|
||||
#aside_primary {
|
||||
width:27.917%;
|
||||
min-height:259px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user