Dotclear

Changeset 592:2434338d7ea1


Ignore:
Timestamp:
07/13/11 18:14:26 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Children:
597:08c2eb1ecb30, 599:03506a6a7fc9
Message:

Ajout d'un script de repli accessible des widgets si l'écran < 1024px

Location:
themes/ductile
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_public.php

    r583 r592  
    166166               self::ductileStyleHelper(). 
    167167               "</style>\n"; 
     168                
     169          echo 
     170               '<script type="text/javascript" src="'. 
     171               $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme. 
     172               '/ductile.js"></script>'."\n"; 
    168173     } 
    169174      
  • themes/ductile/style.css

    r535 r592  
    526526     color: #333; 
    527527     } 
     528#sidebar h2.toggle { 
     529     background-image: url(img/plus.png); 
     530     background-repeat: no-repeat; 
     531     padding-left: 20px; 
     532} 
     533#sidebar h2.expanded { 
     534     background-image: url(img/minus.png); 
     535} 
     536#sidebar h2.toggle a { 
     537     text-decoration: none; 
     538} 
    528539#sidebar h3 { 
    529540     font-size: 1em; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map