mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 23:33:43 +00:00
calendar bug fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user