inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
.cntrDiv{
padding: 20px; background: #ddd; margin: 10px 0;border-radius: 5px;
}
@media screen and (max-width: 767px) {
.cntrDiv{
padding: 5px !important;
}
}
.modal-footer {
padding: 15px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
input[type=number] {
-moz-appearance: textfield;
}
.file-type-box{
display: inline-block;
width: 25px;
height: 25px;
margin-left: 10px;
box-shadow: 1px 1px 1px #333;
}
.bg-red{
background:#E94B35;
}
.bg-green{
background: green;
}
.bg-grey{
background: #d3d3d3;
}
.bg-blue{
background: #337ab7 !important;
}
.file-type-box.bg-yellowbox{
background: #FFFF33;
}
.client-status,.assign-to{
position: relative;
}
.client-status select{
}
.client-status select.form-control{
padding: 6px 9px;
width: 150px;
margin: 0 auto;
}
.client-status img{
display: none;
position: absolute;
top: 8px;
right: 0;
height: 18px;
}
.assign-to img{
display: none;
position: absolute;
top: 8px;
right: 0;
height: 18px;
}
.client-table tr td{
vertical-align: middle !important;
}
.affiliate-show{
opacity: 1;
}
.affiliate-hide{
opacity: 0;
}
.client-border-active{
display: block;
}