Преглед изворни кода

- new styles for the CSV import

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@343 a333f486-631f-4898-b8df-5754b55c2be0
dflaven пре 15 година
родитељ
комит
fa0f12d31a
1 измењених фајлова са 37 додато и 0 уклоњено
  1. 37 0
      css/light-grey.css

+ 37 - 0
css/light-grey.css

@@ -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 {
+	padding-top:5px;
+	padding-bottom:5px;
+	padding-left:10px;
+	padding-right:10px;
+	background: #f9f9f1;
+	border-left: #000 1px solid;
+	
+}
+tr.csv_row1 th, tr.csv_row0 th {
+	padding-top:5px;
+	padding-bottom:5px;
+	padding-left:10px;
+	padding-right:10px;
+	border-left: #000 1px solid;
+	
+}
+
+td.cell_modified {
+	font-weight: bold;
+	color: #000;
+}
+
+td.cell_error {
+	font-weight: bold;
+	color: #D81515;
+}