mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
AC-948 applied ellipsis to home/groups and home/hosts pages. Added CSS on all list pages to drop index column when viewport is XS. Fixed padding on cancel icon for home/groups page. After kicking off an inventory sync on home/hosts page refresh() is now called.
This commit is contained in:
@@ -129,6 +129,8 @@ a:focus {
|
||||
}
|
||||
}
|
||||
|
||||
#home_groups_table .actions .cancel { padding-right: 3px; }
|
||||
|
||||
.success-badge {
|
||||
color: #ffffff;
|
||||
background-color: #5cb85c;
|
||||
@@ -734,6 +736,7 @@ input[type="checkbox"].checkbox-no-label {
|
||||
.table-hover tbody tr:hover > td,
|
||||
.table-hover tbody tr:hover > th {
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.table-hover-inverse tbody tr:hover > td,
|
||||
|
||||
Reference in New Issue
Block a user