web/data/cubicweb.old.css
changeset 6557 37b33760bc4a
parent 6550 8c6a0f6bba3b
child 6559 705b06981bf1
--- a/web/data/cubicweb.old.css	Wed Oct 20 09:03:37 2010 +0200
+++ b/web/data/cubicweb.old.css	Wed Oct 20 12:23:59 2010 +0200
@@ -496,10 +496,16 @@
 ul.boxListing a {
   color: %(defaultColor)s;
   padding: 1px 3px;
+  display: block; /* necessary to get links across all width available (see on mouse over) */
 }
 
 ul.boxListing a.action {
   padding: 0;
+  display: inline;
+}
+
+ul.boxListing a.action + a{
+  display: inline;
 }
 
 ul.boxListing li {