]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Another update to admin navigation alignment
authorSarven Capadisli <csarven@status.net>
Thu, 4 Mar 2010 18:28:26 +0000 (13:28 -0500)
committerSarven Capadisli <csarven@status.net>
Thu, 4 Mar 2010 18:28:26 +0000 (13:28 -0500)
theme/base/css/display.css
theme/base/css/ie.css

index 9647558327e47a32bb464d1ba35f93c6112714a6..bbbe4910c297762cf05ecbe0d372388e5443255d 100644 (file)
@@ -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;
index 70a6fd11a5697a6603791c038626a64bce0c1ec3..41d053ac469099a85848aed5b6089013baed8e74 100644 (file)
@@ -47,3 +47,7 @@ z-index:9999;
 .notice .thumbnail img {
 z-index:9999;
 }
+
+.form_settings fieldset fieldset legend {
+line-height:auto;
+}