From 0f4be242c1041cd2f18f0c793cc15bc6e20881d6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 17 May 2019 13:47:32 +0200 Subject: Statistics: manage resizing of graphs --- scss/custom.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 50b25f1a7..769ed62ec 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -879,6 +879,29 @@ ul.compact{ top: 5em; } +/* charts */ + +.resize-handler { + position: absolute; + width: 16px; + height: 16px; + padding: 4px; + bottom: 0; + right: 0; + cursor: nwse-resize; + background: url(../media/images/resize-handler.png) no-repeat; +} + +.chart-wrapper{ + display: block; + position:relative; + height:400px; +} + +.chart-content{ + height: 96%; +} + /* // required @import "bootstrap-src/scss/functions"; -- cgit v1.2.3