Changeset 9551


Ignore:
Timestamp:
Mar 6, 2011, 10:08:59 AM (13 years ago)
Author:
patdenice
Message:

bug:1768
In administration panel, the message "Gallerie in maintenance" hide information from behind.

Location:
trunk/admin/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r9051 r9551  
    126126ul.actions, .content form#waiting  {text-align:center;}
    127127.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
    128 border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
    129 text-align:center; top:0; width:100%; z-index:99; }
     128border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0;
     129text-align:center; width:100%; }
    130130#content.content div.comment a.illustration{ margin-right: 30px;}
    131131/* tabsheets are often used in admin  pages => No specific css files */
  • trunk/admin/themes/default/template/header.tpl

    r8732 r9551  
    4444<div id="the_page">
    4545
     46{if not empty($header_msgs)}
     47<div class="header_msgs">
     48  {foreach from=$header_msgs item=elt}
     49  {$elt}
     50  {/foreach}
     51</div>
     52{/if}
     53
    4654<div id="pwgHead">
    4755  <h1>
     
    6371<div style="clear:both;"></div>
    6472
    65 {if not empty($header_msgs)}
    66 <div class="header_msgs">
    67   {foreach from=$header_msgs item=elt}
    68   {$elt}
    69   {/foreach}
    70 </div>
    71 {/if}
    72 
    7373{if not empty($header_notes)}
    7474<div class="header_notes">
  • trunk/admin/themes/roma/theme.css

    r8732 r9551  
    102102
    103103.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
    104 border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
    105 text-align:center; top:0; width:100%; z-index:99; }
     104border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
     105text-align:center; width:100%; }
    106106#content.content div.comment a.illustration{ margin-right: 30px;}
    107107/* tabsheets are often used in admin  pages => No specific css files */
Note: See TracChangeset for help on using the changeset viewer.