You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/05/06 17:18:41 UTC

[accumulo] branch master updated: Cleanup monitor CSS (#1147)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 8511c43  Cleanup monitor CSS (#1147)
8511c43 is described below

commit 8511c43d5d4035631610e20e853b03cfbbc66b4f
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon May 6 13:18:36 2019 -0400

    Cleanup monitor CSS (#1147)
---
 .../apache/accumulo/monitor/resources/css/screen.css   | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
index 3e9c612..b019380 100644
--- a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
+++ b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
@@ -139,8 +139,6 @@ td {
   border-bottom: 0;
   border-left: 0;
   border-right: 0;
-  border-spacing-top: 0;
-  border-spacing-bottom: 0;
   padding-left: 0.5em;
   padding-right: 0.5em;
   padding-top: 0.15em;
@@ -153,8 +151,6 @@ th {
   border-bottom: 3px #333333 solid;
   border-left: 1px #333333 dotted;
   border-right: 0;
-  border-spacing-top: 0;
-  border-spacing-bottom: 0;
   text-align: center;
   font-variant: small-caps;
   padding-left: 0.5em;
@@ -223,9 +219,6 @@ pre.logevent {
 
 .noborder {
   border: 0;
-  border-spacing: 0;
-  border-bottom: 0;
-  border-right: 0;
 }
 
 .table-caption {
@@ -285,14 +278,9 @@ pre.logevent {
   min-width: 1em;
   height: 1em;
   padding: 3px 7px;
-  font-size: @font-size-small;
-  font-weight: @badge-font-weight;
-  color: @badge-color;
-  line-height: @badge-line-height;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
-  background-color: @badge-bg;
   border-radius: 1em;
 }
 
@@ -377,11 +365,8 @@ pre.logevent {
 }
 
 #filters, #tables {
-  /*overflow-y: scroll;*/
-  /*height: 100%;*/
   width: 80%;
   margin-left: 15%;
-  /*float: left;*/
 }
 
 #accumulo-avatar {
@@ -427,10 +412,7 @@ pre.logevent {
 
 .legend
 {
-  /*padding: 5px;*/
   font: 10px sans-serif;
-  /*background: yellow;
-  box-shadow: 2px 2px 1px #888;*/
 }
 
 /* gently lighten the bootstrap text color for the navbar */