summaryrefslogtreecommitdiff
path: root/theme/base/css/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r--theme/base/css/display.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 964755832..0246065a7 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:10.65%;
+width:22.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;