aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorandre.peters <andre.peters@servercow.de>2017-03-19 22:31:06 +0100
committerandre.peters <andre.peters@servercow.de>2017-03-19 22:31:06 +0100
commitbbbd9839024d29f885268967d25b6f62792f9ce2 (patch)
tree2ba43e6aad5a15fac78f4a8008b375c793e62775 /interface
parent406ca54dc7d07fc1b5e6f8fd451f4499d547ea88 (diff)
downloadrspamd-bbbd9839024d29f885268967d25b6f62792f9ce2.tar.gz
rspamd-bbbd9839024d29f885268967d25b6f62792f9ce2.zip
Fix styles of symbols table
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/symbols.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js
index 6d7463620..6e9d01634 100644
--- a/interface/js/app/symbols.js
+++ b/interface/js/app/symbols.js
@@ -114,7 +114,7 @@ function($) {
} else {
label_class = 'scorebar-spam';
}
- item.weight = '<input class="form-control numeric mb-disabled ' + label_class +
+ item.weight = '<input class="form-control input-sm mb-disabled ' + label_class +
'" data-role="numerictextbox" autocomplete="off" "type="number" class="input" min="' +
min + '" max="' +
max + '" step="' + decimalStep(item.weight) +
@@ -188,13 +188,13 @@ function($) {
$('#symbolsTable').footable({
"columns": [
- {"sorted": true,"direction": "ASC", "name":"group","title":"Group","style":{"font-size":"11px","width":300,"maxWidth":300,"overflow":"hidden","textOverflow":"ellipsis","wordBreak":"keep-all","whiteSpace":"nowrap"}},
- {"name":"symbol","title":"Symbol","style":{"font-size":"11px","width":150,"maxWidth":150}},
- {"name":"description","title":"Description","breakpoints":"xs sm","style":{"font-size":"11px","width":110,"maxWidth":110}},
- {"name":"weight","title":"Score","style":{"font-size":"11px","maxWidth":110}},
- {"name":"frequency","title":"Frequency","breakpoints":"xs sm","style":{"font-size":"11px","width":550,"maxWidth":550}},
+ {"sorted": true,"direction": "ASC", "name":"group","title":"Group","style":{"font-size":"11px"}},
+ {"name":"symbol","title":"Symbol","style":{"font-size":"11px"}},
+ {"name":"description","title":"Description","breakpoints":"xs sm","style":{"font-size":"11px"}},
+ {"name":"weight","title":"Score","style":{"font-size":"11px"}},
+ {"name":"frequency","title":"Frequency","breakpoints":"xs sm","style":{"font-size":"11px"}},
{"name":"time","title":"Avg. time","breakpoints":"xs sm","style":{"font-size":"11px"}},
- {"name":"save","title":"Save","style":{"font-size":"11px","width":90,"maxWidth":90}},
+ {"name":"save","title":"Save","style":{"font-size":"11px"}},
],
"rows": items,
"paging": {