fix design of modal

agranig/1_0_subfix
Gerhard Jungwirth 12 years ago
parent 402ee76bf9
commit 8186dd6e93

@ -14,7 +14,7 @@ div.ngcp-modal {
max-width: 816px; max-width: 816px;
width: 100%; width: 100%;
margin: -250px 0 0 -408px; margin: -250px 0 0 -408px;
/*top: 50%;*/ top: 50%;
left: 50%; /* override responsive css (bootstrap-responsive.css) */ left: 50%; /* override responsive css (bootstrap-responsive.css) */
display: block; display: block;
} }
@ -201,11 +201,14 @@ div.ngcp-modal .control-group.error .dataTables_wrapper input[type="text"] {
Various form fields Various form fields
----------------*/ ----------------*/
input.ngcp_e164_cc { input.ngcp_e164_cc {
width: 4em; width: 10%;
} }
input.ngcp_e164_ac { input.ngcp_e164_ac {
width: 4em; width: 10%;
} }
input.ngcp_e164_sn { input.ngcp_e164_sn {
width: 15em; width: 69.5%;
}
input {
width: 95%;
} }

@ -14,7 +14,7 @@ $(document).ready(function() {
$('#[% table_id %]') $('#[% table_id %]')
.dataTable( { .dataTable( {
"sDom": "<'row'<'span2'r><'span4'f>>t<'row-fluid'<'pull-left'i><'pull-right'p>>", "sDom": "<'row-fluid'<'pull-left'r><'pull-right'f>>t<'row-fluid'<'pull-left'i><'pull-right'p>>",
"bProcessing": true, "bProcessing": true,
"bServerSide": true, "bServerSide": true,
"bPaginate": true, "bPaginate": true,

Loading…
Cancel
Save