mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Tweaked modal dialog header. Made it not quite so overbearing. Still not happy with it though.
This commit is contained in:
@@ -61,12 +61,6 @@
|
|||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.modal-header {
|
|
||||||
border-bottom: 1px solid #000;
|
|
||||||
padding-top: 15px;
|
|
||||||
padding-bottom: 15px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -496,7 +490,7 @@
|
|||||||
|
|
||||||
/* overrides to TB modal */
|
/* overrides to TB modal */
|
||||||
.modal-header {
|
.modal-header {
|
||||||
padding: 15px 15px;
|
padding: 10px 10;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
background-color: #36454F;
|
background-color: #36454F;
|
||||||
color: #A9A9A9;
|
color: #A9A9A9;
|
||||||
@@ -519,6 +513,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-header h3 {
|
.modal-header h3 {
|
||||||
|
font-size: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-rendering: optimizeLegibility;
|
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";
|
listScope[list.iterator + "_" + id + "_class"] = "success";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SearchInit({ scope: listScope, set: list.name, list: list, url: defaultUrl });
|
SearchInit({ scope: listScope, set: list.name, list: list, url: defaultUrl });
|
||||||
PaginateInit({ scope: listScope, list: list, url: defaultUrl, mode: 'lookup' });
|
PaginateInit({ scope: listScope, list: list, url: defaultUrl, mode: 'lookup' });
|
||||||
listScope.search(list.iterator);
|
listScope.search(list.iterator);
|
||||||
|
|||||||
Reference in New Issue
Block a user