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