floating logo on left
diff --git a/css/all-web.css b/css/all-web.css
index 8f9003c..8b360ba 100644
--- a/css/all-web.css
+++ b/css/all-web.css
@@ -1822,7 +1822,7 @@
 	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 @@
 	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
  */