calendar bug fixes

This commit is contained in:
Rushabh Mehta
2012-02-27 12:54:47 +05:30
10 changed files with 19 additions and 32 deletions

View File

@@ -17,14 +17,9 @@ body {
.erpnext-footer {
margin: 3px auto;
color: #888;
text-align: center;
}
.erpnext-footer a, .erpnext-footer a:hover, .erpnext-footer a:visited {
color: #666;
}
.module-icons {
background: url(../images/module-icons.png) no-repeat top left;
width:16px;

View File

@@ -48,7 +48,7 @@ erpnext.startup.start = function() {
// border to the body
// ------------------
$('footer').html('<div class="erpnext-footer">\
$('footer').html('<div class="web-footer erpnext-footer">\
Powered by <a href="https://erpnext.com">ERPNext</a></div>');
}