From: Pablo Date: Mon, 24 Dec 2018 15:14:46 +0000 (+0100) Subject: CSS: Fix height % X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d02a266030c17c319bb1a8372184dba3ee1cc27;p=thirdparty%2Ftvheadend.git CSS: Fix height % --- diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 1d1f41282..775d26be6 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -114,7 +114,7 @@ Ext.onReady(tvheadend.app.init, tvheadend.app);\ "\tpadding:0;\n" "\tborder:0 none;\n" "\toverflow:hidden;\n" - "\theight:100%%;\n" + "\theight:100%;\n" "}\n" "#systemlog {\n" "\tfont:normal 12px courier; font-weight: bold;\n"