Changeset 2438


Ignore:
Timestamp:
Jul 16, 2008, 10:28:32 AM (16 years ago)
Author:
vdigital
Message:

Some temporary CSS corrections for synchronization errors/infos.

Location:
trunk/admin/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/admin.tpl

    r2434 r2438  
    8787
    8888<div id="content" class="content png">
     89
     90  {if isset($TABSHEET)}
     91  {$TABSHEET}
     92  {/if}
     93  {if isset($U_HELP)}
     94  <ul class="HelpActions">
     95    <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li>
     96  </ul>
     97  {/if}
     98 
    8999  {if isset($errors)}
    90100  <div class="errors">
     
    106116  </div>
    107117  {/if}
    108   {if isset($TABSHEET)}
    109   {$TABSHEET}
    110   {/if}
    111   {if isset($U_HELP)}
    112   <ul class="HelpActions">
    113     <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li>
    114   </ul>
    115   {/if}
     118
    116119  {$ADMIN_CONTENT}
    117120</div>
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2426 r2438  
    1010/* common */
    1111.content .infos {
    12   color: #f33; border:0pt none; font-weight:bold; background-color: #222;
    13   padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px;
    14   text-align:left; top:110px; width:550px; z-index: 2; }
    15 .content .infos li { list-style-type:none; }
     12  color: #3f6; border:0pt none; background-color: transparent;
     13  padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
     14.content .infos li, .content .errors li { list-style-type:none; }
    1615.content .errors {
    17   color: #900; border:0pt none; font-weight:bold; background-color: #222;
    18   padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px;
    19   text-align:left; top:110px; width:550px; z-index: 3; }
     16  color: #f70; border:0pt none; font-weight:bold; background-color: transparent;
     17  padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
    2018#copyright { color:#777; margin:60px auto 0px 240px; text-align:center;
    2119padding-bottom: 15px;
     
    8583margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
    8684right:0; text-align:right; top:0; width:770px; }
    87 
     85.header_msgs { background-color:transparent; }
    8886.HelpActions a { border:0; margin:4px 14px 0 0; position:absolute; right:0; }
    8987.HelpActions li {list-style-image:none; list-style-position:outside;
Note: See TracChangeset for help on using the changeset viewer.