[design] pos

This commit is contained in:
Rushabh Mehta
2014-12-19 16:20:32 +05:30
committed by Anand Doshi
parent f870527e7c
commit a9ba5eff99
26 changed files with 228 additions and 235 deletions

View File

@@ -7,14 +7,7 @@ frappe.provide('erpnext');
$(document).bind('toolbar_setup', function() {
frappe.app.name = "ERPNext";
$('.navbar-brand').html('<i class="icon-home"></i>')
.attr("title", "Home")
.addClass("navbar-icon-home")
.css({
"max-width": "200px",
"text-overflow": "ellipsis",
"white-space": "nowrap"
});
$('.navbar-brand').html('ERPNext');
$('[data-link="docs"]').attr("href", "https://erpnext.com/user-guide")
});