Ignore:
Timestamp:
5 Apr 2013, 18:55:12 (12 years ago)
Author:
Henrik Bettermann
Message:

Move some customizations to main.css which is for screen only and register a new mobile.css.

The css registry must be updated via ZMI (Import tab in portal_setup).

Location:
main/waeup.ngrentheme/trunk/waeup/ngrentheme
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/stylesheets/main.css

    r10049 r10063  
    11/* Stylesheet for the 'WAeUP ngREN Theme' Plone theme */
    22
     3#portal-logo {
     4    margin: 0.2em 0;
     5    position: absolute;
     6}
     7
     8#portal-globalnav {
     9    border-top: 0em solid white;
     10    margin: 9em 0 0 0;
     11}
  • main/waeup.ngrentheme/trunk/waeup/ngrentheme/profiles/default/cssregistry.xml

    r10049 r10063  
    3030    enabled="1" expression=""/>
    3131 <stylesheet title=""
     32    id="++resource++waeup.ngrentheme.stylesheets/mobile.css"
     33    media="handheld, screen and (max-device-width: 480px)"
     34    rel="stylesheet" rendering="import"
     35    cacheable="True" compression="safe" cookable="True"
     36    enabled="1" expression=""/>
     37 <stylesheet title=""
    3238    id="print_custom.css"
    3339    media="print" rel="stylesheet" rendering="import"
    3440    cacheable="True" compression="safe" cookable="True"
    3541    enabled="1" expression=""/>   
    36 
    3742</object>
Note: See TracChangeset for help on using the changeset viewer.