Restyled hosts side of inventory edit page. Still need to calc # or rows that resized host container can accommodate.

This commit is contained in:
chouseknecht
2014-05-20 15:28:23 -04:00
parent 3711409237
commit 4f88a0b582
4 changed files with 21 additions and 10 deletions

View File

@@ -1333,7 +1333,14 @@ input[type="checkbox"].checkbox-no-label {
overflow: auto;
}
.list-actions {
margin-bottom: 0;
margin-bottom: 15px;
}
}
#hosts-container {
.list-table-container {
position: relative;
top: -15px;
}
}