Ignore:
Timestamp:
12/20/07 13:52:14 (4 years ago)
Author:
hverton
Message:

minor fixes to the theme layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/templates/templates/_header.tpl

    r1169 r1176  
    145145        <td style='background-image: url({$smarty.const.THEME}images/top.gif); background-repeat: none;'> 
    146146            <div> 
    147                 <div style='display:inline;float:left;margin-top:135px;margin-left:10px;'> 
     147                <div style='display:inline;float:left;margin-top:135px;margin-left:10px;width:100px;'> 
    148148                    <a href='.' onclick='fontGroter(-0.1); return false' title='Decrease font-size'><img src='{$smarty.const.THEME}images/minus.gif' alt='' border='0' /></a><a href='.' onclick='fontReset(0.7); return false' title='Restore default font-sizes'><img src='{$smarty.const.THEME}images/reset.gif' hspace='2' alt='' border='0' /></a><a href='.' onclick='fontGroter(0.1); return false' title='Increase font-size'><img src='{$smarty.const.THEME}images/plus.gif' alt='' border='0' /></a> 
    149149                    {if $new_posts} 
     
    154154                    {/if} 
    155155                </div> 
    156                 <div style='display:inline;float:left;margin-top:32px;margin-left:70px;'><img src='{$smarty.const.THEME}images/bells.gif' alt='' /></div> 
     156                <div style='display:inline;float:left;margin-top:32px;margin-left:15px;'><img src='{$smarty.const.THEME}images/bells.gif' alt='' /></div> 
    157157                <div class='sub-header' style='display:inline;float:left;margin-top:128px;margin-left:0px;'> 
    158158                    {section name=index loop=$headermenu} 
     
    160160                    {/section} 
    161161                </div> 
    162                 <div class='sub-header' style='display:inline;float:right;margin-top:128px;'> 
     162                <div class='sub-header' style='display:inline;float:right;margin-top:127px;height:5px;'> 
    163163                    {$bartitle}&nbsp;:&nbsp;{$bartotal}&nbsp; 
    164164                </div> 
    165                 <div id='countdown' style='white-space:no-wrap;float:right;font-weight:bold;color:#CC0000;margin-top:147px;'></div> 
     165                <div id='countdown' style='white-space:no-wrap;text-align:center;float:right;font-weight:bold;color:#CC0000;width:450px;margin-top:147px;'></div> 
    166166            </div> 
    167167        </td> 
Note: See TracChangeset for help on using the changeset viewer.