Ignore:
Timestamp:
12/25/07 17:32:57 (4 years ago)
Author:
hverton
Message:

added support for multiple panels per module
updated English locale file
update dbsetup_include.php
files in the template cache now have a more logical name
after login, check if the user theme exists before selecting it. If not, fall back to the site default. If this theme doesn't exist either, terminate with an error message
new CSS tag for optgroups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl

    r1135 r1182  
    3636                        /* horizontal lines */ 
    3737hr                      { border:none; color:#bbb; background-color:#bbb; height:1px; } 
     38 
     39                        /* dropdowns with options */ 
     40optgroup                { padding-bottom:5px; font-style:normal; } 
    3841 
    3942/* --- HTML form settings ---------------------------------- */ 
     
    7780 
    7881                        /* title bars within a panel */ 
    79 .infobar                { font-weight:normal; font-family:"trebuchet ms", Verdana, Arial, Sans-serif; color:#333; background-color:#eee; padding:3px 4px 3px 4px; } 
     82.infobar                { font-weight:normal; font-family:"trebuchet ms", Verdana, Arial, Sans-serif; color:#333; background-color:#ddd; padding:3px 4px 3px 4px; } 
    8083 
    8184/* --- Browser window centered div ------------------------- */ 
     
    110113 
    111114                        /* labels and separators in side panels */ 
    112 .side-label             { color:#333; background-color:#eee; margin:2px 0px 2px 0px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; } 
     115.side-label             { color:#333; background-color:#ddd; margin:2px 0px 2px 0px; padding:1px 0px 1px 8px; white-space:nowrap;overflow:hidden; } 
    113116 
    114117                        /* labels and separators in body panels */ 
    115 .main-label             { color:#333; background-color:#eee; padding:4px 4px 4px 4px; margin:0px 0px 5px 0px; white-space:nowrap;overflow:hidden; } 
     118.main-label             { color:#333; background-color:#ddd; padding:4px 4px 4px 4px; margin:0px 0px 5px 0px; white-space:nowrap;overflow:hidden; } 
    116119 
    117120                        /* links in side panels */ 
Note: See TracChangeset for help on using the changeset viewer.