Changeset 8ba01c0 in github


Ignore:
Timestamp:
Jun 30, 2012 3:20:18 AM (11 months ago)
Author:
Aleksander Machniak <alec@…>
Children:
ad9dac5
Parents:
3d122f0
Message:

Decorated select width fix is also needed for IE and Safari

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/ui.js

    r3d122f0 r8ba01c0  
    192192        .parent().css('position', 'relative'); 
    193193 
    194       // re-set original select width to fix click action and options width in Chrome 
    195       if (bw.chrome) 
    196         select.width(new_select.width()); 
     194      // re-set original select width to fix click action and options width in some browsers 
     195      select.width(new_select.width()); 
    197196    }); 
    198197 
Note: See TracChangeset for help on using the changeset viewer.