diff options
Diffstat (limited to 'themes/admin_default')
-rw-r--r-- | themes/admin_default/css/screen.css | 9 | ||||
-rw-r--r-- | themes/admin_default/views/admin.html.php | 5 |
2 files changed, 6 insertions, 8 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 @@ <body> <?= $theme->admin_page_top() ?> <div id="doc3" class="yui-t5 gView"> - <?= $theme->site_status() ?> <div id="hd"> + <?= $theme->site_status() ?> <div id="gHeader"> <?= $theme->admin_header_top() ?> <ul id="gLoginMenu"> @@ -56,7 +56,6 @@ </div> </div> <div id="gSidebar" class="yui-b"> - <div id="gAvailableBlocks" class="gBlock"> <form class="gBlockContent"> <fieldset> @@ -69,9 +68,7 @@ </fieldset> </form> </div> - <?= $theme->admin_sidebar_blocks() ?> - </div> </div> <div id="ft"> |