[listview] fixed alignment of tags and fixed progress bars

This commit is contained in:
Rushabh Mehta 2013-05-24 17:26:27 +05:30
parent 43c51b63c4
commit d9384c0583

View File

@ -15,8 +15,7 @@ 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('<i class="icon-home icon-white navbar-icon-home" ></i>')
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {
$(this).find('.icon-home').addClass('navbar-icon-home-hover');