From d6e26148024e5c4d6040d45362e6efd7acbbeb30 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 2 Jan 2009 21:21:54 +0000 Subject: Added basic table styles. Fixed width issue on gContent in the admin theme. Only display background colors on gInfo, gError, gWarning, etc. if they appear in gSiteStatus or gMessage. Miscellaneous form style updates. --- themes/admin_default/css/screen.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'themes/admin_default/css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 0ceef1dd..4ff093eb 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -37,6 +37,7 @@ #gContent { font-size: 1.1em; + width: 97%; } /** ******************************************************************* @@ -59,10 +60,6 @@ margin-bottom: 0; } -#gContent .gBlock { - margin-right: 1em; -} - #gContent .gBlock h2 { cursor: move; margin: -.8em -.3em 0 -.3em; @@ -74,14 +71,7 @@ } #gPhotoStream .gBlockContent { - overflow: scroll; -} - -.gBlockContent .gError, -.gBlockContent .gInfo, -.gBlockContent .gSuccess, -.gBlockContent .gWarning { - background-color: transparent; + overflow: auto; } /** ******************************************************************* -- cgit v1.2.3