diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-04 13:28:26 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-04 13:28:26 -0500 |
commit | 15aaae67d68baf3f65970e38b41a26cb516a085a (patch) | |
tree | 86df2a6420c075f6ac3d4c7da6c6cf4cd19c2bd4 | |
parent | bc6a77f33488981f3f86e00d8b23911337264767 (diff) |
Another update to admin navigation alignment
-rw-r--r-- | theme/base/css/display.css | 14 | ||||
-rw-r--r-- | theme/base/css/ie.css | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 964755832..bbbe4910c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -364,15 +364,11 @@ 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; +float:right; +margin-right:18.65%; +width:14.25%; } body[id$=adminpanel] #site_nav_local_views li { width:100%; @@ -381,7 +377,9 @@ margin-bottom:7px; } body[id$=adminpanel] #site_nav_local_views a { display:block; -width:100%; +width:80%; +padding-right:10%; +padding-left:10%; border-radius-toprleft:0; -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 70a6fd11a..41d053ac4 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -47,3 +47,7 @@ z-index:9999; .notice .thumbnail img { z-index:9999; } + +.form_settings fieldset fieldset legend { +line-height:auto; +} |