Changeset 760
- Timestamp:
- 05/01/11 02:19:50 (2 years ago)
- Location:
- 4.0/enpraxis.leftskin/trunk/enpraxis/leftskin
- Files:
-
- 3 edited
-
profiles/default/propertiestool.xml (modified) (1 diff)
-
skins/leftskin/base_properties.props (modified) (1 diff)
-
skins/leftskin/leftskin.css.dtml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
4.0/enpraxis.leftskin/trunk/enpraxis/leftskin/profiles/default/propertiestool.xml
r374 r760 3 3 <object name="left_skin_properties" meta_type="Plone Property Sheet"> 4 4 <property name="title">CSS Helper properties</property> 5 <property name="fluid_fixed_width" type="boolean"> False</property>5 <property name="fluid_fixed_width" type="boolean">True</property> 6 6 <property name="fluid_fixed_repeat_y" type="boolean">False</property> 7 7 <property name="border_styles" type="lines"> -
4.0/enpraxis.leftskin/trunk/enpraxis/leftskin/skins/leftskin/base_properties.props
r748 r760 28 28 29 29 portalHeaderBackgroundImage:string=headerBackground.png 30 portalHeaderBackgroundColor:string=# 4e819a30 portalHeaderBackgroundColor:string=#143586 31 31 portalHeaderFontColor:string=#f0f0f0 32 32 portalHeaderLinkColor:string=#eeeeee -
4.0/enpraxis.leftskin/trunk/enpraxis/leftskin/skins/leftskin/leftskin.css.dtml
r748 r760 47 47 margin: 0; 48 48 padding: 0; 49 box-shadow: 1px 1px 6px #111; 49 50 -moz-box-shadow: 1px 1px 6px #111; 51 -webkit-box-shadow: 1px 1px 6px #111; 52 border-bottom-left-radius: 6px; 53 border-bottom-right-radius: 6px; 50 54 -moz-border-radius-bottomleft: 6px; 51 55 -moz-border-radius-bottomright: 6px; … … 213 217 #contentActionMenus { 214 218 background: none repeat scroll 0 0 #ffffff; 215 margin-top: 4px;219 margin-top: 3px; 216 220 font-size: 85%; 221 clear: left; 222 padding: 0; 217 223 } 218 224 … … 254 260 #document-toc { 255 261 width: 225px; 262 border-radius: 6px; 263 -moz-border-radius: 6px; 264 box-shadow: 0px 1px 3px #666; 256 265 -moz-box-shadow: 0px 1px 3px #666; 257 - moz-border-radius: 6px;266 -webkit-box-shadow: 0px 1px 3px #666; 258 267 padding: 0.25em; 259 268 } … … 313 322 font-size: 80%; 314 323 margin-top: -10px; 324 border-bottom-left-radius: 6px; 325 border-bottom-right-radius: 6px; 315 326 -moz-border-radius-bottomleft: 6px; 316 327 -moz-border-radius-bottomright: 6px;
Note: See TracChangeset
for help on using the changeset viewer.
