increase width of find select

This commit is contained in:
rolux 2014-01-19 09:54:02 +00:00
parent ddef87afd3
commit 0b49c021d7
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ pandora.ui.findElement = function() {
),
overlap: 'right',
value: findKey,
width: 112
width: 128
})
.bindEvent({
change: function(data) {

View file

@ -31,7 +31,7 @@ pandora.ui.toolbar = function() {
position: 'absolute',
left: getListTitleLeft() + 'px',
top: '4px',
right: (ui._list ? 324 : 310) + 'px',
right: (ui._list ? 340 : 326) + 'px',
width: 'auto'
})
: pandora.$ui.itemTitle = Ox.Label({
@ -42,7 +42,7 @@ pandora.ui.toolbar = function() {
position: 'absolute',
left: '236px',
top: '4px',
right: (ui._list ? 324 : 310) + 'px',
right: (ui._list ? 340 : 326) + 'px',
width: 'auto'
})
.hide()