summaryrefslogtreecommitdiff
path: root/css/codeq.css
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-10-16 15:17:42 +0200
committerRobert Zorko <robertz@gurucue.com>2015-10-16 15:17:42 +0200
commitfe9a64861dcafadf4b1d34a4f782ff7f064f9984 (patch)
tree6e35777608ac0e48e5fb591c0b929cb87be81348 /css/codeq.css
parent8bee58b97d92b476b114c9af4c70b7a43172ad8e (diff)
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)
Diffstat (limited to 'css/codeq.css')
-rw-r--r--css/codeq.css5
1 files changed, 5 insertions, 0 deletions
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 */