mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
CSS changes to reduce gap between columns on both home page and inventory edit page.
This commit is contained in:
parent
8e0cc4d2f4
commit
286c4ab0b4
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user