git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@343 a333f486-631f-4898-b8df-5754b55c2be0
@@ -692,3 +692,40 @@ table.listResults.truncated {
border-bottom: 0;
padding-bottom: 0;
}
+
+tr.csv_row0 td {
+ padding-top:5px;
+ padding-bottom:5px;
+ padding-left:10px;
+ padding-right:10px;
+ background: #fff;
+ border-left: #000 1px solid;
+}
+tr.csv_row1 td {
+ background: #f9f9f1;
+tr.csv_row1 th, tr.csv_row0 th {
+td.cell_modified {
+ font-weight: bold;
+ color: #000;
+td.cell_error {
+ color: #D81515;