web/data/cubicweb.css
changeset 8464 895e34d9ae0d
parent 8425 b86bdc343c18
child 8831 f7e140182df1
--- a/web/data/cubicweb.css	Mon Jul 09 13:57:23 2012 +0200
+++ b/web/data/cubicweb.css	Wed Jun 13 12:38:06 2012 +0200
@@ -545,6 +545,16 @@
   padding-left: 2em;
 }
 
+/* actions around tables */
+.tableactions span {
+  padding: 0 18px;
+  height: 24px;
+  background: #F8F8F8;
+  border: 1px solid #DFDFDF;
+  border-bottom: none;
+  border-radius: 4px 4px 0 0;
+}
+
 /* custom boxes */
 
 .search_box div.boxBody {