update filter select css

This commit is contained in:
rolux 2012-12-10 19:10:07 +01:00
parent 5888ea0c57
commit b34104a6c4

View file

@ -168,6 +168,13 @@ pandora.ui.filter = function(id) {
type: 'image',
value: id
})
.css(Ox.UI.SCROLLBAR_SIZE == 16 ? {
right: 0,
width: '14px'
} : {
right: '-1px',
width: '8px',
})
.bindEvent('change', function(data) {
var filters = Ox.clone(pandora.user.ui.filters),
find,