floating logo on left

This commit is contained in:
Rushabh Mehta
2012-05-02 17:44:59 +05:30
parent 0c832682e2
commit d5e1031f42
9 changed files with 36 additions and 52 deletions

View File

@@ -1822,7 +1822,7 @@ footer {
color: inherit;
padding: 10px;
font-size: 12px;
line-height: 1.7;
line-height: 1.7;
}
span, div, td, input, textarea, button, select {
@@ -2083,11 +2083,23 @@ div.std-footer-item {
vertical-align: middle;
overflow: hidden;
margin: 0px 3px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.avatar-small img {
width: 24px;
}
.erpnext-logo {
position: fixed;
bottom: 5px;
left: 5px;
height: 40px;
width: 40px;
background: url('../images/erpnext-fade.png') no-repeat top left;
}
/*
* lib/css/legacy/messages.css
*/