summaryrefslogtreecommitdiffstats
path: root/interface/css
diff options
context:
space:
mode:
authorAnna Stakhova <anna@rspamd.com>2017-01-07 23:57:08 +0000
committerAnna Stakhova <anna@rspamd.com>2017-01-07 23:57:08 +0000
commit82342ac14e883a2e39f53dc772cf19d745f063f5 (patch)
tree7d153cedb8cc9a02b1e4f312c52535f83769c008 /interface/css
parent348e129aac10e5668aa16d19bffdb95473d52883 (diff)
downloadrspamd-82342ac14e883a2e39f53dc772cf19d745f063f5.tar.gz
rspamd-82342ac14e883a2e39f53dc772cf19d745f063f5.zip
[WebUI] Initial clusters support
Diffstat (limited to 'interface/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 ca0ca815e..9ec12f2b7 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -573,3 +573,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%;
+}