aboutsummaryrefslogtreecommitdiffstats
path: root/interface/css/rspamd.css
diff options
context:
space:
mode:
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r--interface/css/rspamd.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 2b5693a7d..159d6ca50 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -608,3 +608,39 @@ td.maps-cell {
cursor: inherit;
display: block;
}
+
+input.radio {
+ margin: 0 !important;
+ height: initial;
+ -webkit-box-shadow: none !important;
+ box-shadow: none !important;
+}
+
+.glyphicon-ok-circle {
+ color:#468847;
+}
+
+.glyphicon-remove-circle {
+ color:#b94a48;
+}
+
+#clusterTable .col1 {
+ width: 40px;
+}
+
+#clusterTable .col4 {
+ width: 50px;
+ text-align: center;
+}
+
+#clusterTable .col5 {
+ width: 100px;
+}
+
+#clusterTable .col2 {
+ width: 30%;
+}
+
+#clusterTable .col3 {
+ width: 50%;
+}