Changeset 367


Ignore:
Timestamp:
02/20/12 14:32:02 (12 years ago)
Author:
vmipsl
Message:

slideImage : gestion de la taille des images
clean

Location:
ether_2012/trunk/web/resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ether_2012/trunk/web/resources/css/verticalSlide.css

    r362 r367  
    4747    margin-top: -2px; 
    4848    margin-left: 7px; 
    49 } 
    50  
    51 .containerSlideTitle_subMenu_image { 
    52     float: right; 
    53     margin-top: -2px; 
    54     margin-right: 7px; 
    55 } 
    56  
    57 .containerSlideTitle_subMenu_text { 
    58     float: right; 
    59     margin-top: -2px; 
    60     margin-right: 7px; 
    6149} 
    6250 
  • ether_2012/trunk/web/resources/js/craftedpixelz-Craftyslide-4cd0adb/js/craftyslide.min.js

    r351 r367  
    8181 
    8282            $this.width( options.width ); 
    83             $this.find( "ul, li img" ).width( options.width ); 
     83            $this.find( "ul, li" ).width( options.width ); 
    8484            $this.height( options.height ); 
    8585            $this.find( "ul, li" ).height( options.height ); 
Note: See TracChangeset for help on using the changeset viewer.