Skip to content

Commit

Permalink
Added logo css class.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsean committed Feb 22, 2012
1 parent 5f58e39 commit 5d7cb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/default/app/css/base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.logo {
margin-top: 5px;
}
.logoPadding {
padding-left: 10px;
.logoOffset {
margin-left: 10px;
}
2 changes: 1 addition & 1 deletion client/default/app/views/Twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ app.views.Twitter = Ext.extend(Ext.Panel, {
{
dock: 'top',
xtype: 'toolbar',
title: '<img class="logo logoPadding" src="app/images/logo.png" />',
title: '<img class="logo logoOffset" src="app/images/logo.png" />',
items: [
{
text: 'Back',
Expand Down

0 comments on commit 5d7cb82

Please sign in to comment.