Changeset 2051 in ExiteCMS


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

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

Location:
themes/public/BackOff/php-files/themes/BackOff
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/public/BackOff/php-files/themes/BackOff/exitecms.css

    r2036 r2051  
    9898 
    9999                        /* header menu links */ 
    100 .headermenuitem         { font-weight:normal; color:#fff; } 
     100.headermenuitem         { font-weight:normal; color:#7a7a7a; } 
    101101 
    102102/* --- Panels ---------------------------------------------- */ 
  • 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.