[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
[Web] Various style fixes [Web] Remove unused or unnecessary dependencies
This commit is contained in:
10
data/web/css/build/005-bootstrap-switch.min.css
vendored
10
data/web/css/build/005-bootstrap-switch.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -160,9 +160,6 @@ legend {
|
||||
.lang-link-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.dkim-label {
|
||||
margin: 0 0 2px !important;
|
||||
}
|
||||
.overlay {
|
||||
background: #fff;
|
||||
position: absolute;
|
||||
@@ -235,4 +232,13 @@ table.footable>tbody>tr.footable-empty>td {
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
font-size: 1rem !important;
|
||||
}
|
||||
.label {
|
||||
font-size:inherit;
|
||||
}
|
||||
[class^="bi-"]::before, [class*=" bi-"]::before {
|
||||
vertical-align: -0.2em !important;
|
||||
}
|
||||
legend > [class^="bi-"]::before, legend > [class*=" bi-"]::before {
|
||||
vertical-align: 0em !important;
|
||||
}
|
@@ -81,4 +81,7 @@ table tbody tr td input[type="checkbox"] {
|
||||
.key-action {
|
||||
font-weight:bold;
|
||||
color:white !important;
|
||||
}
|
||||
.dkim-label {
|
||||
margin: 0 0 8px !important;
|
||||
}
|
@@ -53,8 +53,12 @@ table tbody tr {
|
||||
table tbody tr td input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
.label-last-login .bi {
|
||||
font-size: 8pt !important;
|
||||
}
|
||||
.label-last-login {
|
||||
line-height: 2.5;
|
||||
color: #4a4a4a!important;
|
||||
background-color: #ececec!important;
|
||||
}
|
||||
|
||||
|
@@ -95,6 +95,4 @@ table tbody tr td input[type="checkbox"] {
|
||||
font-size:110%;
|
||||
margin:20px;
|
||||
}
|
||||
.label {
|
||||
font-size:inherit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user