Skip to content

Commit

Permalink
updated spacing and search text in collection viewer header
Browse files Browse the repository at this point in the history
  • Loading branch information
nhart committed Apr 12, 2012
1 parent a644934 commit eaae7e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/Content.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ContentUi = Ext.extend(Ext.Panel, {
},
{
xtype: 'spacer',
width: 10
width: 2
},
{
xtype: 'cycle',
Expand All @@ -51,15 +51,15 @@ ContentUi = Ext.extend(Ext.Panel, {
},
{
xtype: 'spacer',
width: 10
width: 2
},
{
xtype: 'label',
text: 'Sort: '
},
{
xtype: 'spacer',
width: 10
width: 2
},
{
xtype: 'cycle',
Expand Down Expand Up @@ -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',
Expand All @@ -114,7 +114,7 @@ ContentUi = Ext.extend(Ext.Panel, {
},
{
xtype: 'tbseparator',
width: 10,
width: 2,
height: 22
},
{
Expand Down

0 comments on commit eaae7e0

Please sign in to comment.