ios7style.css: width for readings date in detail view

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10252 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhainz
2015-12-24 09:01:38 +00:00
parent 7a5a2c2321
commit d988d446fc

View File

@@ -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%;