Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -223,9 +219,6 @@ pre.logevent {

.noborder {
border: 0;
border-spacing: 0;
border-bottom: 0;
border-right: 0;
}

.table-caption {
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -377,11 +365,8 @@ pre.logevent {
}

#filters, #tables {
/*overflow-y: scroll;*/
/*height: 100%;*/
width: 80%;
margin-left: 15%;
/*float: left;*/
}

#accumulo-avatar {
Expand Down Expand Up @@ -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 */
Expand Down