Changeset 499:41981027c53d
- Timestamp:
- 07/03/11 18:00:40 (14 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          admin/js/color-picker.js (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/js/color-picker.jsr0 r499 36 36 span.css('display','block'); 37 37 38 span.css('width',($(this).width()+12)+'px'); 38 /*ligne supprimée car elle ne fait pas le calcul 39 du width de l'input et ça fout la merde */ 40 //span.css('width',($(this).width()+12)+'px'); 39 41 span.css('padding','0 5px 0 0'); 40 42 $(this).wrap(span); … … 45 47 position: 'absolute', 46 48 top: 3, 47 right: 0 49 /* la largeur du span n'étant pas calculée 50 right: 0 crée un affichage pourri. On vire. */ 51 //right: 0 48 52 }); 49 53 
Note: See TracChangeset
          for help on using the changeset viewer.
      