Ignore:
Timestamp:
11/17/08 10:58:00 (4 years ago)
Author:
WanWizard
Message:

fixed layout issues
fixed wrong color for menu items in the header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/public/BackOff/php-files/themes/BackOff/templates/templates/_header.tpl

    r2036 r2051  
    156156                                <td > 
    157157                                    <table border='0' width='100%'> 
    158                                         <tr style='height:34px'> 
    159                                             <td align='right'> 
    160                                                 {* room for other text *} 
     158                                        <tr style='height:30px'> 
     159                                            <td align='left'> 
     160                                                &nbsp;&nbsp;&nbsp;&nbsp;<font size='4'>{$settings.sitename}</font> 
    161161                                            </td> 
    162162                                        </tr> 
    163                                         <tr style='height:34px'> 
     163                                        <tr style='height:42px'> 
    164164                                            <td align='right'> 
    165165                                            {if $settings.maintenance} 
    166                                                 <br /> 
    167                                                 <font size='5' color='{$settings.maintenance_color}'><b>MAINTENANCE&nbsp;</b></font> 
     166                                                <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE&nbsp;</b></font> 
    168167                                            {/if} 
    169168                                            </td> 
Note: See TracChangeset for help on using the changeset viewer.