AC-1292 decreased bottom margin between footer and groups container.

This commit is contained in:
chouseknecht
2014-05-19 14:12:13 -04:00
parent fc7e887da6
commit 9f1095d61e

View File

@@ -1321,6 +1321,7 @@ input[type="checkbox"].checkbox-no-label {
#groups-container .well,
#hosts-container .well {
padding: 8px;
margin-bottom: 0;
}
#inventories_table i[class*="icon-job-"],
@@ -1710,6 +1711,9 @@ tr td button i {
#hosts-container.col-lg-6 {
padding-left: 15px;
padding-right: 15px;
.well {
margin-bottom: 0;
}
}
}