diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 19:33:01 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 19:33:01 +0000 |
| commit | e82afcebfa3c8894debde0bffa8f633b664c149a (patch) | |
| tree | bb7772438e32fc64c55f9c6a71193ec20f057546 /themes/default | |
| parent | 3385105842c075bb4695752f504f2b946e6c506c (diff) | |
Site message placement and style adjustments.
Diffstat (limited to 'themes/default')
| -rw-r--r-- | themes/default/css/screen.css | 6 | ||||
| -rw-r--r-- | themes/default/views/header.html.php | 1 | ||||
| -rw-r--r-- | themes/default/views/page.html.php | 1 |
3 files changed, 7 insertions, 1 deletions
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 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<?= $theme->site_status() ?> <?= $theme->header_top() ?> <img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->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 @@ <?= $theme->page_top() ?> <div id="doc4" class="yui-t5 gView"> <div id="hd"> + <?= $theme->site_status() ?> <div id="gHeader"> <?= $theme->display("header.html") ?> </div> |
