Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.145.45.223
<script>
//$("select").selectpicker();
</script>
<!-- Latest compiled and minified CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css"
/>
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script>
<style>
.feedback {
background-color: #31b0d5;
color: white;
padding: 10px 20px;
border-radius: 4px;
border-color: #46b8da;
}
#mybutton {
position: fixed;
bottom: 1%;
right: 10px;
}
#colltable thead tr {
text-align: center;
font-weight: bold;
border: 3px solid #000000;
}
#colltable thead tr td {
padding: 2px !important;
font-size: 13px !important;
}
/*
.tbody tbody tr{
padding : 10px;
border
} */
#colltable tbody tr td {
padding: 8px !important;
vertical-align: middle;
border: 1px solid #949494;
text-align: center;
}
.tbl_row_new input {
max-width: 43px;
border: none;
}
.tbl_row_new {
padding: 0px !important;
}
</style>
<style type="text/css">
.table-upd tbody tr td {
padding: 2px;
vertical-align: middle;
border: 1px solid #949494;
text-align: center;
}
.table-upd tbody upd-file {
display: inline !important;
}
.table-upd tbody input[type="file"] {
display: inline;
}
.table-upd tbody button {
padding: 7px;
margin: 15px;
}
.table-upd thead tr td {
text-align: center;
}
</style>
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="card">
<div class="header">
<h2>
<b>Seat Matrix</b>
</h2>
</div>
<div class="row clearfix" id="colltable" style="margin: auto;padding: 36px;overflow-y: auto;height: 80vh;overflow-x: auto;">
<table class="table table-bordered" >
</table>
</div>
</div>
</div>
</div>
|