[IMP] share
[odoo/odoo.git] / addons / share / static / src / css / share.css
index 781bfe1..3b47a06 100644 (file)
@@ -1,5 +1,13 @@
 
-.openerp li.oe_share {
+.openerp li.oe-share {
     background: url(../img/share.png) no-repeat;
     padding-left: 20px;
 }
+
+.openerp a.oe-share {
+    background: url(../img/share.png) no-repeat;
+    display: block;
+    float: left;
+    width: 20px;
+    height: 20px;
+}