From b88b4a87acdb7d0cdf3b931de38564236e74b897 Mon Sep 17 00:00:00 2001 From: jonathangreen Date: Mon, 14 Nov 2011 08:22:07 -0700 Subject: [PATCH] some updates on spacing so things show up alright --- js/Content.ui.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/Content.ui.js b/js/Content.ui.js index c93e986..21036dd 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: 1 }, { xtype: 'cycle', @@ -51,7 +51,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'spacer', - width: 10 + width: 1 }, { xtype: 'label', @@ -59,7 +59,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'spacer', - width: 10 + width: 1 }, { xtype: 'cycle', @@ -96,7 +96,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'tbspacer', - width: 10 + width: 5 }, { xtype: 'trigger', @@ -113,7 +113,7 @@ ContentUi = Ext.extend(Ext.Panel, { }, { xtype: 'tbseparator', - width: 10, + width: 5, height: 22 }, { @@ -146,19 +146,19 @@ ContentUi = Ext.extend(Ext.Panel, { ' ', ' ', ' ', - '

{[fm.ellipsis(values.title, 61, false)]}

', + '

{[fm.ellipsis(values.title, 75, false)]}

', '
', ' ', ' ', ' ', - ' {[fm.ellipsis(values.description, 350, true)]} [Click for more]', + ' {[fm.ellipsis(values.description, 255, true)]} ', ' ', ' ', ' ', '' ], loadingText: 'Loading Please Wait...', - emptyText: '
There are no sub-collections or objects within this collection.
' + emptyText: '
This collection currently has no items to display.
' } ], fbar: {