commit fa00a92: [Minor] Remove unused CSS selectors
Alexander Moisseev
moiseev at mezonplus.ru
Fri Apr 19 16:42:03 UTC 2019
Author: Alexander Moisseev
Date: 2019-04-19 13:19:13 +0300
URL: https://github.com/rspamd/rspamd/commit/fa00a92e728afa139e45a7fa6e191b85d498841c (refs/pull/2863/head)
[Minor] Remove unused CSS selectors
---
interface/css/rspamd.css | 61 +-----------------------------------------------
1 file changed, 1 insertion(+), 60 deletions(-)
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index bc43668fe..4fc559c42 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -113,17 +113,6 @@ table#symbolsTable input[type="number"] {
right: 9px;
line-height: 20px;
}
-.alert-block {
- position: static;
- padding: 8px 14px;
- border: 1px solid #fbeed5;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-}
.alert-success {
color: #468847;
background: #dff0d8;
@@ -153,20 +142,10 @@ table#symbolsTable input[type="number"] {
.alert-block .close {
right: -1px;
}
-.alert-block h4 {
- margin: 5px 0 10px;
-}
.alert-block > p,
.alert-block > ul {
margin-bottom: 0;
}
-.alert-block p + p {
- margin-top: 10px;
-}
-.alert-block code {
- display: block;
- white-space: normal;
-}
.pager li > a,
.pager li > span {
@@ -251,16 +230,7 @@ table#symbolsTable input[type="number"] {
-moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
}
-.widget-inner {
- padding: 12px 15px;
-}
-.stats-plain {
- width: 100%;
-}
-.stat-boxes,
-.quick-actions,
-.quick-actions-horizontal,
-.stats-plain {
+.stat-boxes {
display: block;
list-style: none outside none;
margin: 0;
@@ -356,11 +326,6 @@ table#symbolsTable input[type="number"] {
.table-log .col5 {
width: 100px;
}
-.table-log .col7,
-.table-log .col8,
-.table-log .col9 {
- width: 50px;
-}
.table-log th {
padding: 4px 10px;
font-size: 10px;
@@ -447,9 +412,6 @@ table#symbolsTable input[type="number"] {
width: 100%;
height: 360px;
}
-.align-right {
- text-align: right !important;
-}
td.maps-cell {
vertical-align: middle;
}
@@ -570,27 +532,6 @@ td.maps-cell {
background: rgba(100, 230, 80, 0.1);
}
-/* btn-file for upload file button */
-.btn-file {
- position: relative;
- overflow: hidden;
-}
-.btn-file input[type=file] {
- position: absolute;
- top: 0;
- right: 0;
- min-width: 100%;
- min-height: 100%;
- font-size: 100px;
- text-align: right;
- filter: alpha(opacity=0);
- opacity: 0;
- outline: none;
- background: white;
- cursor: inherit;
- display: block;
-}
-
input.radio {
margin: 0 !important;
height: initial;
More information about the Commits
mailing list