Dotclear

Changeset 499:41981027c53d


Ignore:
Timestamp:
07/03/11 18:00:40 (14 years ago)
Author:
kozlika
Branch:
default
Message:

Color picker, close #413

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/color-picker.js

    r0 r499  
    3636          span.css('display','block'); 
    3737           
    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'); 
    3941          span.css('padding','0 5px 0 0'); 
    4042          $(this).wrap(span); 
     
    4547               position: 'absolute', 
    4648               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 
    4852          }); 
    4953           
Note: See TracChangeset for help on using the changeset viewer.

Sites map