diff -r 1931953226f2 -r 895e34d9ae0d web/data/cubicweb.css --- 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 {