CSS changes to reduce gap between columns on both home page and inventory edit page.

This commit is contained in:
Chris Houseknecht 2014-05-01 10:13:05 -04:00
parent 8e0cc4d2f4
commit 286c4ab0b4

View File

@ -1307,9 +1307,28 @@ input[type="checkbox"].checkbox-no-label {
}
}
/* Dashboard */
#home #container1.col-lg-6,
#home #container3.col-lg-6 {
padding-right: 7px;
}
#home #container2.col-lg-6,
#home #container4.col-lg-6 {
padding-left: 7px;
}
/* Inventory Edit */
#groups-container.col-lg-6 {
padding-right: 7px;
}
#hosts-container.col-lg-6 {
padding-left: 7px;
}
#groups-container .well,
#hosts-container .well {
padding: 8px;