From fe9a64861dcafadf4b1d34a4f782ff7f064f9984 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Fri, 16 Oct 2015 15:17:42 +0200 Subject: added layout choise to the setting screen, the layout has also been added to the codeq.settings (codeq-server and database has been updated as well) --- css/codeq.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/codeq.css') diff --git a/css/codeq.css b/css/codeq.css index 67af384..1c5eccc 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -397,6 +397,11 @@ body { .block.block4 { border-bottom: 1px solid #ddd; } + + /*layout selection is disable on small screens*/ + #gui_layout_select_form_group { + display: none; + } } /* codeq hints */ -- cgit v1.2.1