Tweaked modal dialog header. Made it not quite so overbearing. Still not happy with it though.

This commit is contained in:
chouseknecht 2013-06-20 13:45:37 -04:00
parent 89fe5c39e4
commit 4da0beb6e7
2 changed files with 7 additions and 7 deletions

View File

@ -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;
}

View File

@ -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);