diff options
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/default-layout.css | 4 | ||||
-rw-r--r-- | admin/themes/default/template/header.tpl | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 43c51c045..e950f9939 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -593,7 +593,7 @@ html, body {height:100%; margin:0; padding:0;} bottom:0; width:100%; height:46px; - background: url(images/logo.png) no-repeat bottom left; + background: url(images/logo.png) no-repeat 2px 1px; background-color:#464646; color:#aaa; line-height:46px; @@ -614,7 +614,7 @@ html, body {height:100%; margin:0; padding:0;} #adminHome A {display:block; font-size:1.1em; font-weight:bold;} #adminHome A {border:none;} -#piwigoInfos {float:left; margin-left:100px;} +#piwigoInfos {float:left; margin-left:200px;} #pageInfos {float:right; margin-right:10px;} /* TipTip CSS - Version 1.2 */ diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index a64fcbf17..19ef37908 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -70,8 +70,6 @@ </div> {/if} -<div id="theHeader">{*$PAGE_BANNER*}</div> - {if not empty($header_notes)} <div class="header_notes"> {foreach from=$header_notes item=elt} |