thomascube
2012-02-29 737fbe3b6622c870fc02fea167e39bbebebb8eaf
skins/larry/ui.js
@@ -186,9 +186,10 @@
          });
        $('<a class="menuselector dropdownselector"><span class="handle">' + title + '</span></a>')
          .css('position', 'absolute')
          .offset(select.position())
          .insertAfter(select)
          .children().width(select.width() - 5);
          .children().width(select.outerWidth() - 40);
        select.parent().css('position', 'relative');
      });