mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Key column on a list view is now clickable -taking you to the detail page. Moved action buttons to top of page next to search widget. Added finishing touches to job submission on job_templates list view.
This commit is contained in:
@@ -231,4 +231,15 @@
|
||||
.no-padding {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.search-widget {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.list-actions {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-left: 15px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user