tweak to avatar corner
[odoo/odoo.git] / addons / web / static / src / css / base.css
index 5fec207..f8764df 100644 (file)
   -webkit-border-radius: 3px;
   border-radius: 3px;
 }
+.openerp img {
+  vertical-align: middle;
+}
+.openerp h4 {
+  margin: 4px 0;
+}
 .openerp .oe_i {
   font-family: "mnmliconsRegular" !important;
   font-size: 21px;
   width: 24px;
   height: 24px;
   margin: -2px 2px 0 0;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  border-radius: 4px;
+  -moz-border-radius: 3px;
+  -webkit-border-radius: 3px;
+  border-radius: 3px;
 }
 .openerp .oe_topbar .oe_topbar_avatar {
   vertical-align: top;