summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-10 17:39:22 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-10 17:39:22 +0300
commit995d1418d1ab75d7e26fb23a0d660154ba20cadf (patch)
treed5442fabd2527dac4d39a2b7c4d34f98cc44993a /web/dashboard.css
parent10183008d61020722e89f76aa268cc1a0e81a400 (diff)
dashboard online help and button next to each chart to zoom in/out, pan left/right and reset all charts to their auto-refreshing state
Diffstat (limited to 'web/dashboard.css')
-rw-r--r--web/dashboard.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index 1135b39a7d..a7b090d665 100644
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -66,6 +66,43 @@ body {
margin: 0px;
}
+.netdata-legend-toolbox {
+ display: block;
+ position: absolute;
+ bottom: 0px;
+ right: 30px;
+ height: 15px;
+ width: 110px;
+ background-color: White;
+ font-size: 12px;
+ vertical-align: middle;
+ line-height: 15px;
+ color: #DDDDDD;
+ text-align: center;
+ overflow: hidden;
+ z-index: 20;
+ padding: 0px;
+ margin: 0px;
+}
+
+.netdata-legend-toolbox-button {
+ display: inline-block;
+ position: relative;
+ height: 15px;
+ width: 18px;
+ background-color: White;
+ font-size: 12px;
+ vertical-align: middle;
+ line-height: 15px;
+ color: #CDCDCD;
+ text-align: center;
+ overflow: hidden;
+ z-index: 21;
+ padding: 0px;
+ margin: 0px;
+ cursor: pointer;
+}
+
.netdata-message {
display: inline-block;
text-align: left;
@@ -453,3 +490,11 @@ body {
color: #999999;
font-weight: normal;
}
+
+.popover-title {
+ font-weight: bold;
+ font-size: 12px;
+}
+.popover-content {
+ font-size: 11px;
+}