diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-03-31 18:14:53 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-03-31 18:14:53 +0300 |
commit | 4d8460517ab46f1967f0397fa557017d049760c7 (patch) | |
tree | 8eb92fe81d53773206a265e183e71a745b2ec981 /interface/css | |
parent | 12367efb629e74e792d4930d802e6178c4126a9b (diff) | |
download | rspamd-4d8460517ab46f1967f0397fa557017d049760c7.tar.gz rspamd-4d8460517ab46f1967f0397fa557017d049760c7.zip |
[WebUI] Combine Scan and Learning into one tab
Closes: #1441
Diffstat (limited to 'interface/css')
-rw-r--r-- | interface/css/rspamd.css | 33 |
1 files changed, 6 insertions, 27 deletions
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; } |