From 7d2f1f3dd72dde2dcf131149ff9aad28dafe996e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Sun, 24 Jun 2018 11:52:25 +0200 Subject: [PATCH] [Web] Minor style fixes --- data/web/css/admin.css | 5 +++++ data/web/js/quarantine.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/web/css/admin.css b/data/web/css/admin.css index 5f4f7c0e..880bb6bd 100644 --- a/data/web/css/admin.css +++ b/data/web/css/admin.css @@ -60,3 +60,8 @@ body.modal-open { .nav-tabs>li>a { z-index: 1; } +#settings_map { + font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; + font-size:9pt; + background:transparent; +} \ No newline at end of file diff --git a/data/web/js/quarantine.js b/data/web/js/quarantine.js index bc2c4975..21ec9ddc 100644 --- a/data/web/js/quarantine.js +++ b/data/web/js/quarantine.js @@ -12,7 +12,7 @@ jQuery(function($){ {"name":"chkbox","title":"","style":{"maxWidth":"40px","width":"40px"},"filterable": false,"sortable": false,"type":"html"}, {"name":"id","type":"ID","filterable": false,"sorted": true,"direction":"DESC","title":"ID","style":{"width":"50px"}}, {"name":"qid","type":"text","title":lang.qid,"style":{"width":"125px"}}, - {"name":"sender","title":lang.sender,"breakpoints":"xs sm"}, + {"name":"sender","style":{"word-break":"break-all"},"title":lang.sender,"breakpoints":"xs sm"}, {"name":"rcpt","title":lang.rcpt, "type": "text"}, {"name":"created","formatter":function unix_time_format(tm) { var date = new Date(tm ? tm * 1000 : 0); return date.toLocaleString();},"title":lang.received,"style":{"width":"170px"}}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right"},"style":{"width":"220px"},"type":"html","title":lang.action,"breakpoints":"xs sm"}