defaultCommon.css: Set the bottom and right margin vor the right div (Forum #30686)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7280 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-12-21 08:28:51 +00:00
parent 65c9d88728
commit 325e2c5ec7

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