2017-03-28 11:51:17 +02:00
|
|
|
table.footable>tbody>tr.footable-empty>td {
|
|
|
|
font-size:15px !important;
|
|
|
|
font-style:italic;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2017-03-28 11:51:17 +02:00
|
|
|
.pagination a {
|
|
|
|
text-decoration: none !important;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2019-10-23 22:09:10 +02:00
|
|
|
.panel.panel-default {
|
2018-10-25 22:40:41 +02:00
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
.table-responsive {
|
2019-05-05 20:44:29 +02:00
|
|
|
overflow: inherit !important;
|
2018-10-25 22:40:41 +02:00
|
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.table-responsive {
|
|
|
|
overflow-x: scroll !important;
|
|
|
|
}
|
|
|
|
}
|
2018-07-23 13:15:25 +02:00
|
|
|
.btn-group {
|
|
|
|
width: max-content;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2017-03-28 11:51:17 +02:00
|
|
|
.footer-add-item {
|
|
|
|
display:block;
|
2017-05-11 23:10:32 +02:00
|
|
|
text-align: center;
|
|
|
|
font-style: italic;
|
2017-03-28 11:51:17 +02:00
|
|
|
padding: 10px;
|
2017-04-27 11:58:20 +02:00
|
|
|
background: #F5F5F5;
|
2017-04-26 23:38:18 +02:00
|
|
|
}
|
2017-05-03 18:05:35 +02:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.container {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2017-05-13 08:55:34 +02:00
|
|
|
}
|
2017-05-17 21:17:00 +02:00
|
|
|
.mass-actions-mailbox {
|
|
|
|
user-select: none;
|
|
|
|
padding:10px 0 10px 10px;
|
|
|
|
}
|
2017-05-26 23:02:04 +02:00
|
|
|
.inputMissingAttr {
|
|
|
|
border-color: #FF4136;
|
2018-01-02 10:24:48 +01:00
|
|
|
}
|
|
|
|
.dns-found {
|
|
|
|
max-width: 300px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.dns-recommended {
|
|
|
|
max-width: 150px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2018-07-22 11:03:32 +02:00
|
|
|
.table-lines {
|
|
|
|
vertical-align: inherit;
|
2018-07-23 13:15:25 +02:00
|
|
|
}
|
2018-07-27 22:19:59 +02: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-03 20:31:33 +02:00
|
|
|
}
|
2019-07-27 18:50:58 +02:00
|
|
|
table tbody tr {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
table tbody tr td input[type="checkbox"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|