2017-04-06 04:27:30 +08:00
|
|
|
table.footable>tbody>tr.footable-empty>td {
|
|
|
|
font-size:15px !important;
|
|
|
|
font-style:italic;
|
|
|
|
}
|
|
|
|
.pagination a {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
2019-10-24 04:09:10 +08:00
|
|
|
.panel.panel-default {
|
2017-04-06 04:27:30 +08:00
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
.table-responsive {
|
2017-06-26 07:33:33 +08:00
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.table-responsive {
|
|
|
|
overflow-x: scroll !important;
|
|
|
|
}
|
2017-05-08 06:27:35 +08:00
|
|
|
}
|
|
|
|
body {
|
|
|
|
overflow-y:scroll;
|
|
|
|
}
|
2017-05-08 21:44:30 +08:00
|
|
|
/* Fix modal moving content left */
|
|
|
|
body.modal-open {
|
|
|
|
overflow-y:scroll;
|
|
|
|
padding-right: inherit !important;
|
2017-05-18 03:17:00 +08:00
|
|
|
}
|
2019-01-29 07:20:39 +08:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.container {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
}
|
2017-05-18 03:17:00 +08:00
|
|
|
.mass-actions-admin {
|
|
|
|
user-select: none;
|
|
|
|
padding:10px 0 10px 0;
|
|
|
|
}
|
2017-05-30 03:51:06 +08:00
|
|
|
.inputMissingAttr {
|
|
|
|
border-color: #FF4136;
|
|
|
|
}
|
2017-07-05 00:05:04 +08:00
|
|
|
.rotate {
|
|
|
|
-moz-transition: all 0.3s linear;
|
|
|
|
-webkit-transition: all 0.3s linear;
|
|
|
|
transition: all 0.3s linear;
|
|
|
|
}
|
|
|
|
.rotate.animation {
|
|
|
|
-ms-transform:rotateX(180deg);
|
|
|
|
-moz-transform:rotateX(180deg);
|
|
|
|
-webkit-transform:rotateX(180deg);
|
|
|
|
transform:rotateX(180deg);
|
2017-07-23 02:39:54 +08:00
|
|
|
}
|
|
|
|
.anchor {
|
|
|
|
display: block;
|
|
|
|
height: 65px;
|
|
|
|
margin-top: -65px;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2017-10-21 16:07:06 +08:00
|
|
|
.thumbnail img {
|
|
|
|
min-height:100px;
|
|
|
|
height:100px;
|
2018-05-28 23:10:36 +08:00
|
|
|
}
|
|
|
|
.nav-tabs>li>a {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2018-07-12 23:23:52 +08:00
|
|
|
.table-condensed .input-sm {
|
2019-10-24 04:09:10 +08:00
|
|
|
width: 100%!important;
|
2018-07-12 23:23:52 +08:00
|
|
|
}
|
2018-10-11 17:59:23 +08:00
|
|
|
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
|
|
|
|
padding: 3px;
|
2019-09-02 17:10:14 +08:00
|
|
|
}
|
|
|
|
table tbody tr {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
table tbody tr td input[type="checkbox"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|