summaryrefslogtreecommitdiffstats
path: root/web/dashboard.slate.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-26 22:09:32 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-26 22:09:32 +0200
commitff6e4e79605df01ea970746e83d354a500337be0 (patch)
tree54112c8c26d1e2bce3c41630c8d8dac0698cfada /web/dashboard.slate.css
parent7375c9fda037fe6882fa706c56e907ab25c8afea (diff)
dashboard optimizations; faster hover; bigger legend fonts
Diffstat (limited to 'web/dashboard.slate.css')
-rw-r--r--web/dashboard.slate.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css
index 3f1633b2d1..9d3ec54ea7 100644
--- a/web/dashboard.slate.css
+++ b/web/dashboard.slate.css
@@ -190,20 +190,20 @@ code {
}
.netdata-legend-title-units {
position: absolute;
- right: 5px;
+ right: 7px;
float: right;
- font-size: 10px;
+ font-size: 11px;
vertical-align: top;
font-weight: normal;
margin-top: 0px;
}
.netdata-legend-series {
position: absolute;
- width: 140px; /* --legend-width */
+ width: 140px; /* legend-width */
height: calc(100% - 50px);
overflow: hidden;
text-overflow: ellipsis;
- line-height: 14px;
+ line-height: 14.5px; /* line spacing at the legend */
display: block;
font-size: 10px;
margin-top: 0px;
@@ -293,7 +293,7 @@ code {
}
.netdata-legend-name {
text-align: left;
- font-size: 10px;
+ font-size: 11px; /* legend: dimension name size */
font-weight: bold;
vertical-align: bottom;
margin-top: 0px;
@@ -311,10 +311,10 @@ code {
.netdata-legend-value {
/*margin-left: 14px;*/
position: absolute;
- right: 5px;
+ right: 7px;
float: right;
text-align: right;
- font-size: 10px;
+ font-size: 11px; /* legend: dimension value size */
font-weight: bold;
vertical-align: bottom;
background-color: #272b30;