From: Sarven Capadisli Date: Wed, 3 Mar 2010 20:43:02 +0000 (-0500) Subject: Using the full width for the content area for the admin section. It X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c70481d30a82c3f2fe91ef5b24be29b8464ae49;p=quix0rs-gnu-social.git Using the full width for the content area for the admin section. It also makes the local navigation's tabs stay in context with the content --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f32c57ea45..b8dd561ccc 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -452,6 +452,13 @@ width:100%; float:left; } +#content.admin { +width:95.5%; +} +#content.admin #content_inner { +width:66.3%; +} + #aside_primary { width:27.917%; min-height:259px;