2017-03-28 17:51:17 +08:00
|
|
|
table.footable>tbody>tr.footable-empty>td {
|
|
|
|
font-size:15px !important;
|
|
|
|
font-style:italic;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
2017-03-28 17:51:17 +08:00
|
|
|
.pagination a {
|
|
|
|
text-decoration: none !important;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
2019-10-24 04:09:10 +08:00
|
|
|
.panel.panel-default {
|
2018-10-26 04:40:41 +08:00
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
.table-responsive {
|
2019-05-06 02:44:29 +08:00
|
|
|
overflow: inherit !important;
|
2018-10-26 04:40:41 +08:00
|
|
|
}
|
2020-04-03 14:42:41 +08:00
|
|
|
.table-responsive {
|
|
|
|
overflow-x: scroll !important;
|
2018-10-26 04:40:41 +08:00
|
|
|
}
|
2018-07-23 19:15:25 +08:00
|
|
|
.btn-group {
|
|
|
|
width: max-content;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
2017-03-28 17:51:17 +08:00
|
|
|
.footer-add-item {
|
|
|
|
display:block;
|
2017-05-12 05:10:32 +08:00
|
|
|
text-align: center;
|
|
|
|
font-style: italic;
|
2017-03-28 17:51:17 +08:00
|
|
|
padding: 10px;
|
2017-04-27 17:58:20 +08:00
|
|
|
background: #F5F5F5;
|
2017-04-27 05:38:18 +08:00
|
|
|
}
|
2017-05-04 00:05:35 +08:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.container {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2017-05-13 14:55:34 +08:00
|
|
|
}
|
2017-05-18 03:17:00 +08:00
|
|
|
.mass-actions-mailbox {
|
|
|
|
user-select: none;
|
|
|
|
padding:10px 0 10px 10px;
|
|
|
|
}
|
2017-05-27 05:02:04 +08:00
|
|
|
.inputMissingAttr {
|
|
|
|
border-color: #FF4136;
|
2018-01-02 17:24:48 +08:00
|
|
|
}
|
|
|
|
.dns-found {
|
|
|
|
max-width: 300px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.dns-recommended {
|
|
|
|
max-width: 150px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2018-07-22 17:03:32 +08:00
|
|
|
.table-lines {
|
|
|
|
vertical-align: inherit;
|
2018-07-23 19:15:25 +08:00
|
|
|
}
|
2018-07-28 04:19:59 +08:00
|
|
|
#logText {
|
|
|
|
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
|
|
|
font-size:smaller;
|
2018-08-04 02:31:33 +08:00
|
|
|
}
|
2019-07-28 00:50:58 +08:00
|
|
|
table tbody tr {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
table tbody tr td input[type="checkbox"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-10-17 16:15:30 +08:00
|
|
|
.label-last-login {
|
2020-09-15 17:02:53 +08:00
|
|
|
line-height: 2.5;
|
|
|
|
color: #4a4a4a!important;
|
|
|
|
background-color: #ececec!important;
|
|
|
|
}
|