From 1ac5232d41605c68943a266fec45296cee568292 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 5 Oct 2011 08:43:56 +0000 Subject: [PATCH] padding 8 (fix by ines) git-svn-id: https://svn.fhem.de/fhem/trunk@1044 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm2/style_touchpad.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/webfrontend/pgm2/style_touchpad.css b/fhem/webfrontend/pgm2/style_touchpad.css index 0cada02e4..e94592abe 100644 --- a/fhem/webfrontend/pgm2/style_touchpad.css +++ b/fhem/webfrontend/pgm2/style_touchpad.css @@ -18,7 +18,7 @@ table.block tr.sel { background: #F0F0D8; } table { -moz-border-radius:8px; border-radius:8px; } .col1, .col2, .col3 { padding: 8px; } -.dname, .dval { padding: 0px; font-size: 14px; } +.dname, .dval { padding: 8px; font-size: 14px; } table#room { border:1px solid gray; width: 100%; background: #D7FFFF; } table#room tr.sel { background: #A0FFFF; }