Changeset 13270
- Timestamp:
- 11/19/09 03:34:07 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
modules/boonex/profile_customize/install/config.php (modified) (1 diff)
-
modules/boonex/profile_customize/install/sql/install.sql (modified) (1 diff)
-
templates/base/css/common.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/profile_customize/install/config.php
r13221 r13270 32 32 '7.0.0' 33 33 ), 34 34 35 35 /** 36 36 * '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 19 19 20 20 INSERT 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'), 23 23 ('body', 'Full page', 'body', 'background'), 24 24 ('infoval', 'General info values', '#divUnderCustomization .input_wrapper_value', 'font'), -
trunk/templates/base/css/common.css
r13252 r13270 243 243 background-image:url(../images/head_cutting.gif); 244 244 background-repeat:repeat-x; 245 background-color: #fff;245 background-color: transparent; 246 246 position:relative; 247 247 } … … 262 262 font-size: 11px; 263 263 padding: 1px 1px 1px 1px; 264 background-color: #fff; 264 265 } 265 266
Note: See TracChangeset
for help on using the changeset viewer.