summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-03 15:43:02 -0500
committerSarven Capadisli <csarven@status.net>2010-03-03 15:43:02 -0500
commit5c70481d30a82c3f2fe91ef5b24be29b8464ae49 (patch)
treec57864f55d915d6f30e6d3ff6694306bfe7d684f /theme
parentef6bf8f331175374af6889df82927b3cf6757b8a (diff)
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
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index f32c57ea4..b8dd561cc 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;