[ADD] basic implementation of list-wise aggregation functions
[odoo/odoo.git] / addons / base / static / src / css / base.css
index 3eefefa..4387e62 100644 (file)
@@ -542,11 +542,13 @@ background: linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* W3C */
     -moz-border-radius-topright: 7px;
     border-top-right-radius: 7px;
 }
+.openerp .oe-listview table tfoot td:first-child,
 .openerp .oe-listview table tbody:last-child tr:last-child th:first-child {
     -webkit-border-bottom-left-radius: 7px;
     -moz-border-radius-bottomleft: 7px;
     border-bottom-left-radius: 7px;
 }
+.openerp .oe-listview table tfoot td:last-child,
 .openerp .oe-listview table tbody:last-child tr:last-child td:last-child {
     -webkit-border-bottom-right-radius: 7px;
     -moz-border-radius-bottomright: 7px;