From 6c7a19810bf41f11c48c9ea56913e126b71ec864 Mon Sep 17 00:00:00 2001 From: fhainz <> Date: Thu, 24 Dec 2015 09:01:38 +0000 Subject: [PATCH] ios7style.css: width for readings date in detail view git-svn-id: https://svn.fhem.de/fhem/trunk@10252 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios7style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index 6d5b45da1..2daf84e2a 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -96,6 +96,8 @@ table.block tr.odd { background: #fff;} table.block tr.sel { background: #d9d9d9; } table.block td { padding:3px; } +table.readings tr td:nth-child(3) { min-width: 150px; } + /* Bugfix fuer readingsGroup, Spalten Link überall klickbar */ table.block table.block, table.fileList table.fileList, table table { width: 100%;