From ea7c07bbd2e38717aa524c1151b8560f6b80f882 Mon Sep 17 00:00:00 2001 From: Mario Stephan Date: Mon, 23 Feb 2015 18:47:47 +0100 Subject: [PATCH] Better fitting to 100% size --- css/fhem-tablet-ui.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/fhem-tablet-ui.css b/css/fhem-tablet-ui.css index 69be3d86..2cc64a22 100755 --- a/css/fhem-tablet-ui.css +++ b/css/fhem-tablet-ui.css @@ -59,6 +59,11 @@ ul, ol { list-style: none; } +.gridster ul{ + width: 100% !important; + height: 100% !important; +} + .gridster { width: auto; }