Changed position of menus in navbar

This commit is contained in:
Anand Doshi
2012-02-27 17:17:48 +05:30
parent 41ea46b4ed
commit 5b1beebd33
9 changed files with 124 additions and 53 deletions

View File

@@ -31,5 +31,5 @@ $(document).bind('ready', function() {
});
$(document).bind('toolbar_setup', function() {
$('.brand').html('<b>erp</b>next');
})
$('.brand').html('<b>erp</b>next&nbsp;<i class="icon-home icon-white navbar-icon-home" ></i>');
})