From 74ae7d2a8d396701f0ae8bdbcb19cd67135c5f8d Mon Sep 17 00:00:00 2001 From: Mate Bartus Date: Sun, 18 Oct 2015 11:33:49 +0200 Subject: [ticket/14039] Only show log container when it has content PHPBB3-14039 --- phpBB/adm/style/admin.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index d884e69e09..cfa55b58a1 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1837,6 +1837,7 @@ li.pagination ul { } #log-container { + display: none; max-height: 300px; padding: 8px; margin: 10px 0; @@ -1845,7 +1846,8 @@ li.pagination ul { background-color: #FFFFFF; } -#log-container.show_border { +#log-container.show_log_container { + display: block; border: 1px solid #DBD7D1; } -- cgit v1.2.1