From c5716599c3ef7f8f88ab5832d5df901af967cf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Fri, 2 Oct 2015 17:15:08 +0200 Subject: =?UTF-8?q?Pa=20naj=20bo=2050:50=20dokler=20ne=20stuhtamo=20kaj=20?= =?UTF-8?q?bolj=C5=A1ega?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/codeq.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index b06644f..c3f3634 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -226,13 +226,13 @@ body { } #screen_python .block.block1 { - min-height: 30%; height: 30%; + min-height: 50%; height: 50%; border-right: 0; } /* hints */ #screen_python .block.block4 { - min-height: 70%; height: 70%; + min-height: 50%; height: 50%; } /* code_editor */ -- cgit v1.2.1 From 6377d405a668b4523041fb6cbb881e752b833eb0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Oct 2015 17:44:45 +0200 Subject: moved gui language selection completely into the settings dropdown menu and (gui) language changes are now written to the DB once the save button is pressed --- index.html | 19 ++++++++++--------- js/codeq/login.js | 1 + js/codeq/settings.js | 41 +++++++++++++++++++++++++++++++---------- 3 files changed, 42 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index a222f4c..6918bfa 100644 --- a/index.html +++ b/index.html @@ -43,12 +43,12 @@ -