summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-23 03:04:45 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-23 03:04:45 +0200
commit14f580429703aae4d2433dbf0717f71c1fe1026a (patch)
treef1a73505721881d9db0b6082011db2c71aab0cc3 /web/dashboard.css
parent71150dcb03076b6eced761cd9e9cbd924ea15026 (diff)
new chart resize functionality; removed dependency on CSS-Element-Queries; added option to enable or disable smooth lines plotter
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css47
1 files changed, 17 insertions, 30 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index e3c3d3e044..0ae6134f28 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -19,37 +19,24 @@ html {
/* width and height is given per chart with data-width and data-height */
}
-.netdata-container-resizable {
- display: -webkit-flex; /* Safari */
- -webkit-flex-wrap: wrap; /* Safari 6.1+ */
- display: inline-block;
- flex-wrap: wrap;
+.netdata-legend-resize-handler {
+ display: block;
+ position: absolute;
+ bottom: 0px;
+ right: 0px;
+ height: 15px;
+ width: 30px;
+ background-color: White;
+ font-size: 12px;
+ vertical-align: middle;
+ line-height: 15px;
+ cursor: ns-resize;
+ color: #DDDDDD;
+ text-align: center;
overflow: hidden;
-
- /* enable CSS3 resizing */
- resize: vertical;
-
- /* required for child elements to have absolute position */
- position: relative;
-
- /* width and height is given per chart with data-width and data-height */
-}
-
-.netdata-container-resizable::after {
- /* pointer-events: none; */
- font-family: FontAwesome;
- color: #999999;
- content: "\f078";
- font-size: 12px;
- position: absolute;
- height: 15px;
- width: 18px;
- text-align: center;
- bottom: 0px;
- right: -2px;
- z-index: 2;
- cursor: ns-resize;
- background-color: #ffffff;
+ z-index: 11;
+ padding: 0px;
+ margin: 0px;
}
.netdata-message {