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', overlap: 'right',
value: findKey, value: findKey,
width: 112 width: 128
}) })
.bindEvent({ .bindEvent({
change: function(data) { change: function(data) {

View file

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