Skip to content

Commit

Permalink
Merge pull request discoverygarden#2 from nhart/master
Browse files Browse the repository at this point in the history
Updated collection viewer header with new search label and adjusted spacing to accommodate
  • Loading branch information
Jonathan Green committed Apr 12, 2012
2 parents 94dddeb + eaae7e0 commit 3af1866
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 3af1866

Please sign in to comment.