Cleaned up device interfaces/IPs table

This commit is contained in:
Jeremy Stretch
2017-09-20 14:44:51 -04:00
parent e31d2c9857
commit 4f9379a5e2
2 changed files with 58 additions and 43 deletions

View File

@@ -329,13 +329,14 @@ li.occupied + li.available {
}
/* Devices */
table.component-list tr.ipaddress td {
background-color: #eeffff;
padding-bottom: 4px;
padding-top: 4px;
table.component-list td.subtable {
padding: 0;
padding-left: 16px;
}
table.component-list tr.ipaddress:hover td {
background-color: #e6f7f7;
table.component-list td.subtable td {
border: none;
padding-bottom: 6px;
padding-top: 6px;
}
/* AJAX loader */