From b9a978e5798d395bbb16d8155e838188e2f6f886 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 5 Aug 2018 07:02:19 +0000 Subject: [PATCH] f18style.css: readd menu part distance (Forum #82351) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17091 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/f18style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/pgm2/f18style.css b/www/pgm2/f18style.css index c1a3f3e7d..9337587ff 100644 --- a/www/pgm2/f18style.css +++ b/www/pgm2/f18style.css @@ -24,6 +24,8 @@ input.maininput { margin-left:10px; } padding:0 0.5em 0.5em 0; position: absolute; } +#menu > table td { padding-top: 2px; } + #menu.visible { left:10px!important; } #console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;} #errmsg { background-color: #000000; color: #FFFFFF;