From a29b6fce3e63e63d8eff9ed5ea42beb26e25dec9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 18 Nov 2013 20:40:36 +0000 Subject: [PATCH] Bugfix by fhainz git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4247 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios7style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index d646b0954..884b1471b 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -60,6 +60,11 @@ table.block tr.odd { background: #fff; } table.block tr.sel { background: #d9d9d9; } table.block td { padding:3px; } +/* Bugfix fuer readingsGroup */ +table.block table.block { +width: 100%; +} + table.assoc a { color: #147bff; } table.fileList { width:790px; }