Changeset 9552


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

merge r9551 from trunk to branch 2.1
bug:1768
In administration panel, the message "Gallerie in maintenance" hide information from behind.

Location:
branches/2.1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1

    • Property svn:mergeinfo changed
      /trunkmerged: 9551
  • branches/2.1/admin/themes/clear/theme.css

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

    r6364 r9552  
    4040<div id="the_page">
    4141
     42{if not empty($header_msgs)}
     43<div class="header_msgs">
     44  {foreach from=$header_msgs item=elt}
     45  {$elt}
     46  {/foreach}
     47</div>
     48{/if}
     49
    4250<div id="pwgHead">
    4351  <h1>
     
    5967<div style="clear:both;"></div>
    6068
    61 {if not empty($header_msgs)}
    62 <div class="header_msgs">
    63   {foreach from=$header_msgs item=elt}
    64   {$elt}
    65   {/foreach}
    66 </div>
    67 {/if}
    68 
    6969<div id="theHeader">{*$PAGE_BANNER*}</div>
    7070
  • branches/2.1/admin/themes/roma/theme.css

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