Another update to admin navigation alignment

This commit is contained in:
Sarven Capadisli 2010-03-04 13:28:26 -05:00
parent bc6a77f334
commit 15aaae67d6
2 changed files with 10 additions and 8 deletions

View File

@ -364,15 +364,11 @@ width:100%;
} }
body[id$=adminpanel] #site_nav_local_views { body[id$=adminpanel] #site_nav_local_views {
float:right;
margin-right:18.9%;
margin-right:189px;
position:relative; position:relative;
width:14.01%;
width:141px;
z-index:9; z-index:9;
float:right;
margin-right:18.65%;
width:14.25%;
} }
body[id$=adminpanel] #site_nav_local_views li { body[id$=adminpanel] #site_nav_local_views li {
width:100%; width:100%;
@ -381,7 +377,9 @@ margin-bottom:7px;
} }
body[id$=adminpanel] #site_nav_local_views a { body[id$=adminpanel] #site_nav_local_views a {
display:block; display:block;
width:100%; width:80%;
padding-right:10%;
padding-left:10%;
border-radius-toprleft:0; border-radius-toprleft:0;
-moz-border-radius-topleft:0; -moz-border-radius-topleft:0;
-webkit-border-top-left-radius:0; -webkit-border-top-left-radius:0;

View File

@ -47,3 +47,7 @@ z-index:9999;
.notice .thumbnail img { .notice .thumbnail img {
z-index:9999; z-index:9999;
} }
.form_settings fieldset fieldset legend {
line-height:auto;
}