mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Added Datatables.net style sorting to all lists and related lists
This commit is contained in:
@@ -361,4 +361,24 @@
|
||||
vertical-align: middle;
|
||||
width: 100px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
|
||||
/* Sort link styles */
|
||||
|
||||
.list-header:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.list-header i {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.list-header .icon-sort {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.list-header .icon-sort-down,
|
||||
.list-header .icon-sort-up {
|
||||
color: #36454F;
|
||||
}
|
||||
Reference in New Issue
Block a user