diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 23 |
1 files changed, 23 insertions, 0 deletions
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"; |