From eaae7e04a722a1edc1fb257173bd33867ffc097d Mon Sep 17 00:00:00 2001 From: Nelson Hart Date: Thu, 12 Apr 2012 11:51:12 -0300 Subject: [PATCH] updated spacing and search text in collection viewer header --- js/Content.ui.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/Content.ui.js b/js/Content.ui.js index 83c7370..7bf0b52 100644 --- a/js/Content.ui.js +++ b/js/Content.ui.js @@ -24,7 +24,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'spacer', - width: 10 + width: 2 }, { xtype: 'cycle', @@ -51,7 +51,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'spacer', - width: 10 + width: 2 }, { xtype: 'label', @@ -59,7 +59,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'spacer', - width: 10 + width: 2 }, { xtype: 'cycle', @@ -88,15 +88,15 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'tbspacer', - width: 5 + width: 2 }, { xtype: 'label', - text: 'Search: ' + text: 'Search within titles: ' }, { xtype: 'tbspacer', - width: 5 + width: 2 }, { xtype: 'trigger', @@ -114,7 +114,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'tbseparator', - width: 10, + width: 2, height: 22 }, {