--- a/web/data/cubicweb.css Tue Feb 08 14:16:41 2011 +0100
+++ b/web/data/cubicweb.css Tue Feb 08 14:18:18 2011 +0100
@@ -598,6 +598,10 @@
}
/* pagination */
+
+div.pagination{
+ margin: 0.5em 0;
+}
span.slice a:visited,
span.slice a:hover{
color: %(helperColor)s;
@@ -752,7 +756,7 @@
table.listing th {
font-weight: bold;
font-size: 8pt;
- background: %(listingHeaderBgColor)s;
+ background: %(listingHeaderBgColor)s;
padding: 2px 4px;
border: 1px solid %(listingBorderColor)s;
border-right:none;
@@ -881,6 +885,12 @@
background-color: transparent;
}
+a.addButton {
+ margin-left: 0.5em;
+ padding-left: 16px;
+ background: transparent url("add_button.png") 0% 50% no-repeat;
+}
+
/***************************************/
/* lists */
/***************************************/