From 3a4847d7131d920033528a91f56b09b1104f8740 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 21 Dec 2014 08:28:51 +0000 Subject: [PATCH] defaultCommon.css: Set the bottom and right margin vor the right div (Forum #30686) git-svn-id: https://svn.fhem.de/fhem/trunk@7280 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/defaultCommon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css index fd02bb2c4..f130da51d 100644 --- a/fhem/www/pgm2/defaultCommon.css +++ b/fhem/www/pgm2/defaultCommon.css @@ -28,7 +28,7 @@ h2,h3,h4 { color:#52865D; line-height:1.3; div.dist { padding-top:0.3em; } button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; } div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; } -#right { position:absolute; top:20px; left:180px; } +#right { position:absolute; top:20px; left:180px; bottom:5px; right: 5px; } /* Widgets */