Skip to content

Commit

Permalink
some updates on spacing so things show up alright
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Nov 14, 2011
1 parent c610409 commit b88b4a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: 1
},
{
xtype: 'cycle',
Expand All @@ -51,15 +51,15 @@ ContentUi = Ext.extend(Ext.Panel, {
},
{
xtype: 'spacer',
width: 10
width: 1
},
{
xtype: 'label',
text: 'Sort: '
},
{
xtype: 'spacer',
width: 10
width: 1
},
{
xtype: 'cycle',
Expand Down Expand Up @@ -96,7 +96,7 @@ ContentUi = Ext.extend(Ext.Panel, {
},
{
xtype: 'tbspacer',
width: 10
width: 5
},
{
xtype: 'trigger',
Expand All @@ -113,7 +113,7 @@ ContentUi = Ext.extend(Ext.Panel, {
},
{
xtype: 'tbseparator',
width: 10,
width: 5,
height: 22
},
{
Expand Down Expand Up @@ -146,19 +146,19 @@ ContentUi = Ext.extend(Ext.Panel, {
' </th>',
' <th>',
' <a href=\'{url}\' title="{title}">',
' <h2 class="adr-content-item-title">{[fm.ellipsis(values.title, 61, false)]} </h2>',
' <h2 class="adr-content-item-title">{[fm.ellipsis(values.title, 75, false)]} </h2>',
' </a>',
' </th>',
' </tr>',
' <tr>',
' <td class="adr-content-item-description">{[fm.ellipsis(values.description, 350, true)]} <a href=\'{url}#adr-collection-title\' class="adr-content-item-link"> [Click for more]</a></td>',
' <td class="adr-content-item-description">{[fm.ellipsis(values.description, 255, true)]} </td>',
' </tr>',
' </table>',
' </div>',
'</tpl>'
],
loadingText: 'Loading Please Wait...',
emptyText: '<div>There are no sub-collections or objects within this collection.</div>'
emptyText: '<div>This collection currently has no items to display.</div>'
}
],
fbar: {
Expand Down

0 comments on commit b88b4a8

Please sign in to comment.