summaryrefslogtreecommitdiffstats
path: root/interface/css
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2019-04-19 20:58:34 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2019-04-19 20:58:34 +0300
commit444bc1939e8cd34d8a83e9a2b34e6b4e9182055d (patch)
tree7186599f338139f124e2edc978bce9136e94dc94 /interface/css
parent067762cc78c46d435f2cf85e3e155dfbb0e1f19a (diff)
downloadrspamd-444bc1939e8cd34d8a83e9a2b34e6b4e9182055d.tar.gz
rspamd-444bc1939e8cd34d8a83e9a2b34e6b4e9182055d.zip
[Minor] Remove duplicate CSS selector
Diffstat (limited to 'interface/css')
-rw-r--r--interface/css/rspamd.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 4fc559c42..80e32a5b0 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -231,9 +231,9 @@ table#symbolsTable input[type="number"] {
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
}
.stat-boxes {
- display: block;
- list-style: none outside none;
margin: 0;
+ margin-right: -10px !important;
+ padding-left: 0;
}
.stat-box {
background-color: #f6f6f6;
@@ -254,11 +254,6 @@ table#symbolsTable input[type="number"] {
.stat-box:not(.pull-right) {
min-width: 90px;
}
-/*
-.stat-boxes .stat-box: first-child {
- margin-right: 0;
-}
-*/
.stat-box .widget {
overflow: hidden;
margin: 0 12px;
@@ -403,11 +398,6 @@ table#symbolsTable input[type="number"] {
background-color: #cddbff;
}
-.stat-boxes {
- padding-left: 0;
- margin-right: -10px !important;
-}
-
.list-textarea {
width: 100%;
height: 360px;