gstrecon changes
This commit is contained in:
parent
21db1e5e80
commit
9486dd1e7d
@ -115,6 +115,9 @@
|
||||
margin-left: 42px;
|
||||
margin-top: -46px;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
||||
margin: 23px 0;
|
||||
}
|
||||
|
||||
/* Style the container for the table with a fixed header */
|
||||
/* Style the container for the table with a fixed header */
|
||||
|
||||
@ -157,6 +157,10 @@
|
||||
*/
|
||||
.dropdown-toggle{
|
||||
margin-left:8px;
|
||||
}
|
||||
.modal-body {
|
||||
|
||||
padding: 0rem;
|
||||
}
|
||||
/* Style the container for the table with a fixed header */
|
||||
/* Style the container for the table with a fixed header */
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
}
|
||||
.footer
|
||||
{
|
||||
padding-top: 19px;
|
||||
padding-top: 9px;
|
||||
padding-right: 17px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 17px;
|
||||
@ -151,6 +151,9 @@
|
||||
.dropdown-toggle{
|
||||
margin-left:8px;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
||||
margin: 11px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -711,7 +714,7 @@ function() {
|
||||
'<div id="airline_invoice_'+r+'"></div>'+
|
||||
'</div>'+
|
||||
'<div class="col-md-1 mb25">'+
|
||||
'<a id="minus1" onclick="removeinputs('+c+')" style="margin-top: 47px;color: red;margin-left: 4px;" class="btn btn-default"><i class="fa fa-trash"></i></a>'+
|
||||
'<a id="minus1" onclick="removeinputs('+c+')" style="margin-top: 47px;color: red;margin-left: 4px " class="btn btn-default"><i class="fa fa-trash"></i></a>'+
|
||||
'</div>'+
|
||||
'</div>'+
|
||||
'</div>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user