[logo] update erpnext logo in favicon and toolbar

This commit is contained in:
Anand Doshi 2013-06-06 18:55:20 +05:30
parent 68d0dbabe9
commit 1fe3bc575b
3 changed files with 9 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -15,8 +15,8 @@ wn.modules_path = 'erpnext';
// add toolbar icon
$(document).bind('toolbar_setup', function() {
$('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
' <i class="icon-home icon-white navbar-icon-home" ></i>')
$('.navbar-brand').html(wn.boot.website_settings.brand_html ||
('<img src="app/images/splash.svg" class="toolbar-splash">erpnext'))
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {
$(this).find('.icon-home').addClass('navbar-icon-home-hover');

View File

@ -59,4 +59,11 @@ span, div, td, input, textarea, button, select {
.show-all-reports {
margin-top: 5px;
font-size: 11px;
}
/* toolbar */
.toolbar-splash {
width: 32px;
height: 32px;
margin: -8px auto;
}