web/data/cubicweb.tableview.css
changeset 8094 bedf36fb17f1
parent 6140 65a619eb31c4
--- a/web/data/cubicweb.tableview.css	Wed Nov 23 12:30:05 2011 +0100
+++ b/web/data/cubicweb.tableview.css	Wed Nov 23 14:45:13 2011 +0100
@@ -20,8 +20,20 @@
   font-weight: bold;
 }
 
+div.tableActionsBox {
+}
 
-div#tableActionsBox {
- direction:rtl;
- float:right
+div.tableActionsBox .popup {
+  border-radius: 5px;
+  background: %(incontextBoxBodyBgColor)s;
+  box-shadow: 3px 3px 3px Grey;
 }
+
+div.tableActionsBox li {
+  background: none;
+  /* we should probably get rid of ul/li structure because
+     of the spurious space consumed by the bullet */
+  margin-right: .3em;
+  margin-left: -.3em;
+}
+