From 0b49c021d721a5b3243f9393cd3a23a0d9503627 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 19 Jan 2014 09:54:02 +0000 Subject: [PATCH] increase width of find select --- static/js/findElement.js | 2 +- static/js/toolbar.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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()