summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-10 23:03:29 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-10 23:03:29 +0200
commitfd309379c88a88514124a213d0ad18d5e8c99eac (patch)
tree52172b58a16cea62123c8260a0d2b1320740b176 /web/dashboard.css
parent373c6ce5bda064390cdb7c2adb03e7602f7f872f (diff)
legend now is rendered independently of the charting library; code cleanups
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css36
1 files changed, 31 insertions, 5 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index e82eeb6ad5..c0a900073a 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -67,7 +67,6 @@ html {
}
.netdata-legend-series {
position: absolute;
- display: block;
width: 100%;
height: calc(100% - 50px);
/*background-color: Gray;*/
@@ -80,15 +79,42 @@ html {
font-size: 10px;
margin-top: 0px;
}
+.netdata-legend-name-table-line {
+ display: inline-block;
+ width: 13px;
+ height: 3px;
+ border-width: 0px;
+ border-bottom-width: 2px;
+ border-bottom-style: solid;
+ border-bottom-color: white;
+}
+.netdata-legend-name-table-area {
+ display: inline-block;
+ width: 13px;
+ height: 5px;
+ border-width: 1px;
+ border-top-width: 1px;
+ border-top-style: solid;
+ border-top-color: inherit;
+}
+.netdata-legend-name-table-stacked {
+ display: inline-block;
+ width: 13px;
+ height: 5px;
+ border-width: 1px;
+ border-top-width: 1px;
+ border-top-style: solid;
+ border-top-color: inherit;
+}
+.netdata-legend-name-tr {
+}
+.netdata-legend-name-td {
+}
.netdata-legend-name {
- position: absolute;
- left: 0px;
- float: left;
text-align: left;
font-size: 10px;
font-weight: bold;
vertical-align: bottom;
- background-color: White;
margin-top: 0px;
z-index: 9;
padding: 0px;