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 5ed2b5b commit 4653344
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/default/app/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
margin-top: 5px;
}
.logoOffset {
margin-left: 20px;
margin-left: 30px;
}
7 changes: 1 addition & 6 deletions client/default/app/views/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@ app.views.Camera = Ext.extend(Ext.Panel, {
iconCls: 'home',
layout: 'fit',

listeners: {
show: function() {

}
},

dockedItems: [
{
dock: 'top',
xtype: 'toolbar',
title: '<img class="logo logoOffset" src="app/images/logo.png" />',
items: [
{
text: 'Back',
Expand Down
2 changes: 1 addition & 1 deletion client/default/app/views/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ app.views.MapView = Ext.extend(Ext.Panel, {
{
dock: 'top',
xtype: 'toolbar',
title: '<img style="margin-top: 5px;" src="app/images/logo.png" />',
title: '<img class="logo logoOffset" src="app/images/logo.png" />',
items: [
{
text: 'Back',
Expand Down
2 changes: 1 addition & 1 deletion client/default/app/views/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app.views.Payment = Ext.extend(Ext.Panel, {
{
dock: 'top',
xtype: 'toolbar',
title: '<img style="margin-top: 5px;" src="app/images/logo.png" />',
title: '<img class="logo logoOffset" src="app/images/logo.png" />',
items: [
{
text: 'Back',
Expand Down
2 changes: 1 addition & 1 deletion client/default/app/views/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app.views.Settings = Ext.extend(Ext.Panel, {
{
dock: 'top',
xtype: 'toolbar',
title: '<img style="margin-top: 5px;" src="app/images/logo.png" />',
title: '<img class="logo logoOffset" src="app/images/logo.png" />',
items: [
{
text: 'Back',
Expand Down

0 comments on commit 4653344

Please sign in to comment.