]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Make status responsive plus 1198/head
authorAnna Stakhova <anna@rspamd.com>
Mon, 28 Nov 2016 22:07:51 +0000 (22:07 +0000)
committerAnna Stakhova <anna@rspamd.com>
Mon, 28 Nov 2016 22:07:51 +0000 (22:07 +0000)
interface/css/rspamd.css

index edb962262f14fd16321a5ca0c42ff52de2004db4..c78103841412a312359f6d25d7ef2a4504b6dcec 100644 (file)
@@ -197,6 +197,7 @@ input::-webkit-inner-spin-button {
        }
  .stat-boxes {
        padding-left: 0;
+  margin-right: -10px !important;
        }
 
 .row-bordered {
@@ -333,12 +334,11 @@ td.maps-cell {
                box-shadow:0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4);
                display:inline-block;
                line-height:18px;
-               margin:0 0 10px 0;
+               margin:0 10px 10px 0;
                padding:0 10px;
                }
        .stat-box:not(.pull-right) {
                min-width: 90px;
-               margin:0 10px 10px 0;
        }
        /*.stat-boxes .stat-box:first-child {
                margin-right:0;