From e82afcebfa3c8894debde0bffa8f633b664c149a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 10 Jan 2009 19:33:01 +0000 Subject: Site message placement and style adjustments. --- themes/admin_default/css/screen.css | 9 +++++---- themes/admin_default/views/admin.html.php | 5 +---- themes/default/css/screen.css | 6 ++++++ themes/default/views/header.html.php | 1 - themes/default/views/page.html.php | 1 + 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index a4783f6c..4366762c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -22,9 +22,6 @@ * Page layout containers **********************************************************************/ -#gView { -} - #gHeader { background-color: #e8e8e8; border-bottom: 1px solid #ccc; @@ -35,7 +32,7 @@ #gContent { font-size: 1.1em; - width: 96%; + width: 98%; } /** ******************************************************************* @@ -80,6 +77,10 @@ overflow: auto; } +#gSiteStatus { + margin-bottom: 0; +} + /** ******************************************************************* * Browser hacks *********************************************************************/ diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 7cffb945..057e49e0 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -31,8 +31,8 @@ admin_page_top() ?>
- site_status() ?>
+ site_status() ?>
admin_header_top() ?>
    @@ -56,7 +56,6 @@
-
@@ -69,9 +68,7 @@
- admin_sidebar_blocks() ?> -
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 19800585..7bbe85ce 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -270,6 +270,12 @@ li.gError select { margin-bottom: .4em; } +#gSiteStatus li { + margin-bottom: 0; + border: none; + border-bottom: 1px solid #ccc; +} + .gError, .gInfo, .gSuccess, diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 0be8eb56..145d0286 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -1,5 +1,4 @@ -site_status() ?> header_top() ?> " src="url("images/logo.png") ?>" /> diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 4a235bc0..fa6e1b35 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -40,6 +40,7 @@ page_top() ?>
+ site_status() ?>
display("header.html") ?>
-- cgit v1.2.3