diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-14 10:52:09 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-14 10:52:09 +0300 |
commit | 5d6d02ff2930d754e5a44678d154e2261af1bef7 (patch) | |
tree | e6c49f8336b450dd8f9160b389501b01381e6fdb /interface | |
parent | b0155b7757d541dc59fec0fc3c3f7f4f97c5469f (diff) | |
download | rspamd-5d6d02ff2930d754e5a44678d154e2261af1bef7.tar.gz rspamd-5d6d02ff2930d754e5a44678d154e2261af1bef7.zip |
[Minor] Remove unused CSS rule-sets
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index e7bea45a7..7c6880f6c 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -30,12 +30,6 @@ textarea { font-family:"Courier New", Courier, monospace; } -.login { - width:480px; - margin-top:120px; - margin-left:-240px; - } - /* local overrides */ .disconnect { margin:9px 0 0; @@ -75,9 +69,6 @@ input.action-scores { padding:2px 0; text-align:center; } -.symbols-label { - font-size:11px !important; -} /* history table */ .table-log { @@ -195,10 +186,6 @@ input.action-scores { background-color: #CDDBFF; } -.btn-upload-trigger { - position:relative; - z-index:1; - } .upload-textarea, .scan-textarea { width:100% !important; @@ -214,18 +201,6 @@ input.action-scores { margin-right: -10px !important; } -.row-bordered { - margin-bottom:13px; - border-bottom:1px solid #cdcdcd; - } -.symbol-description { - display:block; - margin:4px 0 0 6px; - font-size:10px; - font-weight:bold; - color:#666; - } - .list-textarea { width:100%; height:360px; @@ -403,44 +378,6 @@ td.maps-cell { .nopadding { padding:0 !important; } -.activity-list { - list-style:none outside none; - margin:0; - } - .activity-list li { - border-bottom:1px solid #EEEEEE; - display:block; - } - .activity-list li:last-child { - border-bottom:medium none; - } - .activity-list li a { - color:#888888; - display:block; - padding:7px 10px; - } - .activity-list li a:hover { - background-color:#FBFBFB; - } - .activity-list li a span { - color:#AAAAAA; - font-size:11px; - font-style:italic; - } - .activity-list li a i { - margin-right:10px; - opacity:0.6; - vertical-align:middle; - } -.recent-posts, .recent-comments, .recent-users { - margin:0; - padding:0; - } - .recent-posts li, .article-post li { - border-bottom:1px dotted #AEBDC8; - list-style:none outside none; - padding:10px; - } .modal-header { height:auto; padding:8px 15px 5px; @@ -570,12 +507,6 @@ td.maps-cell { #scanForm button { margin-top: 10px; } -#historyLog_wrapper div.row:first-child > div { - padding: 5px 20px 0 20px; - } -#historyLog_wrapper div.row:last-child > div { - padding: 5px 20px 0 20px; - } #throughput div.widget-content { text-align: center; @@ -701,21 +632,6 @@ input.radio { #clusterTable .col3 { width: 50%; } -table.dataTable thead .sorting { -background: url("../img/asc.png") no-repeat center right; -} -table.dataTable thead .sorting_asc { -background: url("../img/asc.png") no-repeat center right; -} -table.dataTable thead .sorting_desc { -background: url("../img/desc.png") no-repeat center right; -} -table.dataTable thead .sorting_asc_disabled { -background: url("../img/asc.png") no-repeat center right; -} -table.dataTable thead .sorting_desc_disabled { -background: url("../img/desc.png") no-repeat center right; -} #nprogress .bar { height: 1px; |