mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Nicer display of the CSV import results...
SVN:trunk[938]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user