mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Made the "status" columns throughout the project a static width and nestled it up against the name/id column to match up with the spec. Made all the tooltip hovers appear to the right of the icon since they are all lined up on the left side of the table now.
This commit is contained in:
@@ -271,3 +271,17 @@ table, tbody {
|
||||
.List-searchRow {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.List-staticColumn--smallStatus {
|
||||
width: 25px;
|
||||
padding-right: 0px!important;
|
||||
}
|
||||
|
||||
.List-staticColumn--mediumStatus {
|
||||
width: 51px;
|
||||
padding-right: 0px!important;
|
||||
}
|
||||
|
||||
.List-staticColumnAdjacent {
|
||||
padding-left: 10px!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user