2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

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
This commit is contained in:
rudolfkoenig 2014-12-21 08:28:51 +00:00
parent 9b5c89b393
commit 3a4847d713

View File

@ -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 */