Trac
 
 

Changeset 13270

Show
Ignore:
Timestamp:
11/19/09 03:34:07 (4 months ago)
Author:
Alexey Penskikh
Message:

Ticket #1460

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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