From: Alexander Moisseev Date: Sun, 31 Mar 2019 15:14:53 +0000 (+0300) Subject: [WebUI] Combine Scan and Learning into one tab X-Git-Tag: 1.9.1~20^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4d8460517ab46f1967f0397fa557017d049760c7;p=rspamd.git [WebUI] Combine Scan and Learning into one tab Closes: #1441 --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index b99c3e2b3..2c4e40ab8 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -63,11 +63,13 @@ textarea { display:inline; } +input[type="number"] { + width:4em !important; + padding:2px 0; + text-align:center; +} input.action-scores { - width:4em; - margin:5px -7em 5px 0; - padding:2px 0; - text-align:center; + margin:5px -7em 5px 0; } /* history table */ @@ -191,16 +193,6 @@ input.action-scores { background-color: #CDDBFF; } -.upload-textarea, -.scan-textarea { - width:100% !important; - } -.upload-textarea { - height:200px; - } -.scan-textarea { - height:300px; - } .stat-boxes { padding-left: 0; margin-right: -10px !important; @@ -500,19 +492,6 @@ td.maps-cell { margin-right: 9px; } -#learning p > button { - margin-top: 10px; - } -#learning div.widget-content:last-child > div.row { - padding: 0 0 15px 15px; - } -#learning form div.row { - padding-left: 15px; - } -#scanForm button { - margin-top: 10px; - } - #throughput div.widget-content { text-align: center; } diff --git a/interface/index.html b/interface/index.html index 8b9b65c9d..efe39a31d 100644 --- a/interface/index.html +++ b/interface/index.html @@ -31,8 +31,7 @@
  • Configuration
  • Symbols
  • -
  • -
  • Scan
  • +
  • Scan
  • History