mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Fixed the drop-down on Jobs page to be more link-like. Fixed Cancel link spacing on jobs and projects by renaming to Stop (because it's shorter) and padded. Now Stop and Delete align vertically.
This commit is contained in:
@@ -108,14 +108,14 @@ a:focus {
|
||||
font-size: 14px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
/*a:first-child {
|
||||
margin-left: 0;
|
||||
}*/
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.dropdown {
|
||||
margin-left: 15px;
|
||||
.cancel {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.dropdown .caret {
|
||||
border-top-color: @blue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1049,6 +1049,8 @@ input[type="checkbox"].checkbox-no-label {
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
#groups_table .actions .cancel { padding-right: 0; }
|
||||
|
||||
.node-toggle, .node-no-toggle {
|
||||
/* also used on job evetns */
|
||||
float: none;
|
||||
|
||||
Reference in New Issue
Block a user