diff --git a/static/js/findElement.js b/static/js/findElement.js index 6a183ed2e..4477f0b17 100644 --- a/static/js/findElement.js +++ b/static/js/findElement.js @@ -49,7 +49,7 @@ pandora.ui.findElement = function() { ), overlap: 'right', value: findKey, - width: 112 + width: 128 }) .bindEvent({ change: function(data) { diff --git a/static/js/toolbar.js b/static/js/toolbar.js index 53730dc99..5e8f4132d 100644 --- a/static/js/toolbar.js +++ b/static/js/toolbar.js @@ -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()