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

@ -14,7 +14,7 @@ $(document).ready(function() {
$('#[% table_id %]')
.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,
"bServerSide": true,
"bPaginate": true,

Loading…
Cancel
Save