diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 22:39:24 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 22:39:24 +0000 |
| commit | aed5a4c7882fb612117a3fb57223b7447db1378f (patch) | |
| tree | b61efed3a873765765cc67a6aa44546269386feb /themes/admin_default | |
| parent | 5ee03eb9c80188a6f4397eba14e1ce5e23c49cac (diff) | |
Diffstat (limited to 'themes/admin_default')
| -rw-r--r-- | themes/admin_default/css/screen.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 4366762c..b343021c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -21,18 +21,20 @@ /** ******************************************************************* * Page layout containers **********************************************************************/ +.gView { + min-width: 974px !important; +} #gHeader { background-color: #e8e8e8; border-bottom: 1px solid #ccc; margin-top: 0; - min-width: 944px; padding: 0 20px; } #gContent { font-size: 1.1em; - width: 98%; + width: 96%; } /** ******************************************************************* |
