Nicer display of the CSV import results...

SVN:trunk[938]
This commit is contained in:
Denis Flaven
2010-11-02 16:33:26 +00:00
parent fcd72fed82
commit 4572bdbb02
2 changed files with 30 additions and 13 deletions

View File

@@ -869,4 +869,21 @@ div.footer{
#SearchResultsToAdd table.listResults tbody {
height: 300px;
overflow-y: auto;
}
tr.row_unchanged td {
border-bottom: 1px #ccc solid;
padding: 2px;
}
.wizContainer table tr.row_error td {
border-bottom: 1px #ccc solid;
background-color: #fdd;
padding: 2px;
}
tr.row_modified td {
border-bottom: 1px #ccc solid;
padding: 2px;
}
tr.row_added td {
border-bottom: 1px #ccc solid;
padding: 2px;
}