mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 12:00:03 -02:30
AC-931: Fixed typo. AC-925 clickin on failed inventory sync icon works again. Inventory Refactor: consolidated actions and status fields to a single column and simplified tool-tip text. Made 'sync' labeling more consistent, I think.
This commit is contained in:
@@ -106,11 +106,11 @@ a:focus {
|
||||
.actions {
|
||||
a {
|
||||
font-size: 14px;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
a:first-child {
|
||||
/*a:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}*/
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -843,12 +843,12 @@ input[type="checkbox"].checkbox-no-label {
|
||||
content: "\f111";
|
||||
}
|
||||
|
||||
.icon-failures-none,
|
||||
/*.icon-failures-none,
|
||||
.icon-failures-na,
|
||||
.icon-failures-true,
|
||||
.icon-failures-false {
|
||||
font-size: 12px;
|
||||
}
|
||||
}*/
|
||||
|
||||
.badge {
|
||||
padding: 2px 3px 3px 4px;
|
||||
|
||||
Reference in New Issue
Block a user