diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 21:21:54 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 21:21:54 +0000 |
| commit | d6e26148024e5c4d6040d45362e6efd7acbbeb30 (patch) | |
| tree | 02944144fdd754e81c91ef468d1b011bb7286585 /themes/admin_default/css | |
| parent | 8595b75d9b47e0a2a0c6e288e3821c29b058c4c0 (diff) | |
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.
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 14 |
1 files changed, 2 insertions, 12 deletions
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; } /** ******************************************************************* |
