From 5c1455d071b431006f2ad48a4745706648f7f9d0 Mon Sep 17 00:00:00 2001 From: gnaegi <none@none> Date: Tue, 9 Dec 2014 16:48:07 +0100 Subject: [PATCH] OO-1256 add missing height on cp offline menu --- src/main/webapp/static/cp_offline_menu_mat/mktree.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/static/cp_offline_menu_mat/mktree.css b/src/main/webapp/static/cp_offline_menu_mat/mktree.css index fe7986d1a85..7cb8494928f 100644 --- a/src/main/webapp/static/cp_offline_menu_mat/mktree.css +++ b/src/main/webapp/static/cp_offline_menu_mat/mktree.css @@ -19,10 +19,12 @@ html, body { } #main { background:#fff; + width: 100%; + height:100%; min-height:500px; } #menu { width:250px; float:left; font-size: 90%; padding: 5px;} -#content {margin-left:250px; position:relative;} +#content {margin-left:250px; position:relative; height: 100%;} #content iframe { width:100%; min-height:100%; border:none; } /* Turn off list bullets */ -- GitLab