mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Tweaked modal dialog header. Made it not quite so overbearing. Still not happy with it though.
This commit is contained in:
parent
89fe5c39e4
commit
4da0beb6e7
@ -61,12 +61,6 @@
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
/*.modal-header {
|
||||
border-bottom: 1px solid #000;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}*/
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -496,7 +490,7 @@
|
||||
|
||||
/* overrides to TB modal */
|
||||
.modal-header {
|
||||
padding: 15px 15px;
|
||||
padding: 10px 10;
|
||||
border-bottom: 1px solid #eee;
|
||||
background-color: #36454F;
|
||||
color: #A9A9A9;
|
||||
@ -519,6 +513,11 @@
|
||||
}
|
||||
|
||||
.modal-header h3 {
|
||||
font-size: 20px;
|
||||
margin: 0;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
@ -82,6 +82,7 @@ angular.module('LookUpHelper', [ 'RestServices', 'Utilities', 'SearchHelper', 'P
|
||||
listScope[list.iterator + "_" + id + "_class"] = "success";
|
||||
}
|
||||
}
|
||||
|
||||
SearchInit({ scope: listScope, set: list.name, list: list, url: defaultUrl });
|
||||
PaginateInit({ scope: listScope, list: list, url: defaultUrl, mode: 'lookup' });
|
||||
listScope.search(list.iterator);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user