From 4d296e368fd9f68854ee67b282bad27d08b17aba Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 26 Jan 2020 21:06:19 +0000 Subject: [PATCH] defaultCommon.css: fix plot values position for default/dark (Forum #49085) git-svn-id: https://svn.fhem.de/fhem/trunk@21060 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/darkCommon.css | 1 + fhem/www/pgm2/defaultCommon.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/fhem/www/pgm2/darkCommon.css b/fhem/www/pgm2/darkCommon.css index 847a756ff..f5b988655 100644 --- a/fhem/www/pgm2/darkCommon.css +++ b/fhem/www/pgm2/darkCommon.css @@ -24,3 +24,4 @@ svg.zw_nr { height:auto; width:auto; margin:0; } #errmsg { background-color: #000000; color: #FFFFFF; position:fixed; top:0px; left:40px; z-index: 10; } +.SVGplot { position:relative;} diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css index 384bc8ae6..b3985dda0 100644 --- a/fhem/www/pgm2/defaultCommon.css +++ b/fhem/www/pgm2/defaultCommon.css @@ -153,3 +153,5 @@ svg.zw_nr { height:auto; width:auto; margin:0; } .col_header { background: #E0E0C8; fill:#E0E0C8; } .col_menu { background: #D7FFFF; fill:#D7FFFF; } .col_sel { background: #A0FFFF; fill:#A0FFFF; } + +.SVGplot { position:relative;}