small cleanup

This commit is contained in:
tinect
2019-10-23 22:09:10 +02:00
parent cd6594df01
commit 74e8dad131
8 changed files with 30 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ table.footable>tbody>tr.footable-empty>td {
.pagination a {
text-decoration: none !important;
}
.panel panel-default {
.panel.panel-default {
overflow: visible !important;
}
.table-responsive {
@@ -66,7 +66,7 @@ body.modal-open {
z-index: 1;
}
.table-condensed .input-sm {
width: 100%!important;
width: 100%!important;
}
.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;

View File

@@ -5,7 +5,7 @@ table.footable>tbody>tr.footable-empty>td {
.pagination a {
text-decoration: none !important;
}
.panel panel-default {
.panel.panel-default {
overflow: visible !important;
}
.table-responsive {
@@ -44,4 +44,4 @@ tbody {
.container-indicator {
width: 15px;
height: 15px;
}
}

View File

@@ -5,7 +5,7 @@ table.footable>tbody>tr.footable-empty>td {
.pagination a {
text-decoration: none !important;
}
.panel panel-default {
.panel.panel-default {
overflow: visible !important;
}
.table-responsive {

View File

@@ -5,7 +5,7 @@ table.footable>tbody>tr.footable-empty>td {
.pagination a {
text-decoration: none !important;
}
.panel panel-default {
.panel.panel-default {
overflow: visible !important;
}
.table-responsive {

View File

@@ -7,7 +7,7 @@ table.footable>tbody>tr.footable-empty>td {
text-decoration: none !important;
}
.panel panel-default {
.panel.panel-default {
overflow: visible !important;
}
@@ -71,9 +71,9 @@ span#qid_detail_score {
span.rspamd-symbol {
display: inline-block;
margin: 2px 6px 2px 0px;
margin: 2px 6px 2px 0;
border-radius: 4px;
padding: 0px 7px;
padding: 0 7px;
}
span.rspamd-symbol.positive {
@@ -103,7 +103,6 @@ span.mail-address-item {
border-radius: 4px;
border: 1px solid #ccc;
padding: 2px 7px;
margin-right: 7px;
display: inline-block;
margin: 2px 6px 2px 0;
}

View File

@@ -5,7 +5,7 @@ table.footable>tbody>tr.footable-empty>td {
.pagination a {
text-decoration: none !important;
}
.panel panel-default {
.panel.panel-default {
overflow: visible !important;
}
.table-responsive {
@@ -25,7 +25,7 @@ table.footable>tbody>tr.footable-empty>td {
}
.mass-actions-user {
user-select: none;
padding:10px 0 10px 0;
padding:10px 0;
}
.inputMissingAttr {
border-color: #FF4136;
@@ -33,7 +33,6 @@ table.footable>tbody>tr.footable-empty>td {
#logText {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
@@ -47,4 +46,4 @@ table tbody tr {
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}
}