mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug:1768
In administration panel, the message "Gallerie in maintenance" hide information from behind. git-svn-id: http://piwigo.org/svn/trunk@9551 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -125,8 +125,8 @@ a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: p
|
||||
.content .navigationBar {color:#999;}
|
||||
ul.actions, .content form#waiting {text-align:center;}
|
||||
.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
|
||||
border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
|
||||
text-align:center; top:0; width:100%; z-index:99; }
|
||||
border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0;
|
||||
text-align:center; width:100%; }
|
||||
#content.content div.comment a.illustration{ margin-right: 30px;}
|
||||
/* tabsheets are often used in admin pages => No specific css files */
|
||||
.tabsheet {
|
||||
|
||||
@@ -43,6 +43,14 @@
|
||||
|
||||
<div id="the_page">
|
||||
|
||||
{if not empty($header_msgs)}
|
||||
<div class="header_msgs">
|
||||
{foreach from=$header_msgs item=elt}
|
||||
{$elt}
|
||||
{/foreach}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div id="pwgHead">
|
||||
<h1>
|
||||
<a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
|
||||
@@ -62,14 +70,6 @@
|
||||
|
||||
<div style="clear:both;"></div>
|
||||
|
||||
{if not empty($header_msgs)}
|
||||
<div class="header_msgs">
|
||||
{foreach from=$header_msgs item=elt}
|
||||
{$elt}
|
||||
{/foreach}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if not empty($header_notes)}
|
||||
<div class="header_notes">
|
||||
{foreach from=$header_notes item=elt}
|
||||
|
||||
@@ -101,8 +101,8 @@ a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: point
|
||||
ul.actions, .content form#waiting {text-align:center;}
|
||||
|
||||
.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
|
||||
border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
|
||||
text-align:center; top:0; width:100%; z-index:99; }
|
||||
border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
|
||||
text-align:center; width:100%; }
|
||||
#content.content div.comment a.illustration{ margin-right: 30px;}
|
||||
/* tabsheets are often used in admin pages => No specific css files */
|
||||
.tabsheet {
|
||||
|
||||
Reference in New Issue
Block a user