HomeHelpTrac

Changeset 13270


Ignore:
Timestamp:
11/19/09 03:34:07 (2 years ago)
Author:
Alexey Penskikh
Message:

Ticket #1460

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/profile_customize/install/config.php

    r13221 r13270  
    3232        '7.0.0'         
    3333    ), 
    34  
     34     
    3535    /** 
    3636     * 'home_dir' and 'home_uri' - should be unique. Don't use spaces in 'home_uri' and the other special chars. 
  • trunk/modules/boonex/profile_customize/install/sql/install.sql

    r12881 r13270  
    1919 
    2020INSERT INTO `bx_profile_custom_units` (`name`, `caption`, `css_name`, `type`) VALUES 
    21     ('box', 'Default box', '#divUnderCustomization .boxContent', 'background'), 
    22     ('boxheader', 'Default box header', '#divUnderCustomization .disignBoxFirst', 'background'), 
     21    ('boxcontent', 'Default box content', '#divUnderCustomization .disignBoxFirst .boxContent', 'background'), 
     22    ('boxheader', 'Default box header', '#divUnderCustomization .disignBoxFirst .boxFirstHeader', 'background'), 
    2323    ('body', 'Full page', 'body', 'background'), 
    2424    ('infoval', 'General info values', '#divUnderCustomization .input_wrapper_value', 'font'), 
  • trunk/templates/base/css/common.css

    r13252 r13270  
    243243    background-image:url(../images/head_cutting.gif); 
    244244    background-repeat:repeat-x; 
    245     background-color:#fff; 
     245    background-color: transparent; 
    246246    position:relative; 
    247247} 
     
    262262    font-size: 11px; 
    263263    padding: 1px 1px 1px 1px; 
     264    background-color: #fff; 
    264265} 
    265266 
Note: See TracChangeset for help on using the changeset viewer.