From 7d63b9a45f4d5e8ce62828c22a877c9045ddb836 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 13 Oct 2015 13:27:21 +0200 Subject: Remove unused statusbar stuff --- css/codeq.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'css') diff --git a/css/codeq.css b/css/codeq.css index c4ab380..a404f11 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -383,10 +383,6 @@ ul.dropdown-menu a { cursor: pointer; } -.lang-selection ul.dropdown-menu { - min-width: 4em; -} - /* main screen */ #screen_language a { cursor: pointer; -- cgit v1.2.1 From 21b841891f40abaac661d084fd368edfb0ec25da Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 13 Oct 2015 14:33:48 +0200 Subject: Update Prolog screen layout to match Python --- css/codeq.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'css') diff --git a/css/codeq.css b/css/codeq.css index a404f11..d457089 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -184,6 +184,16 @@ body { min-height: 100%; height: 100%; } + /* code_editor */ + #screen_prolog .block.block2 { + min-height: 100%; height: 100%; + } + + /* console */ + #screen_prolog .block.block3 { + min-height: 100%; height: 100%; + } + /* code_editor */ #screen_python .block.block2 { min-height: 100%; height: 100%; @@ -207,6 +217,21 @@ body { min-height: 50%; height: 50%; } + .quadrants#screen_prolog > * > .block { + overflow: auto; + min-height: 100%; height: 100%; + } + + /* code_editor */ + #screen_prolog .block.block2 { + min-height: 50%; height: 50%; + } + + /* console */ + #screen_prolog .block.block3 { + min-height: 50%; height: 50%; + } + .quadrants#screen_python > * > .block { overflow: auto; min-height: 100%; height: 100%; @@ -243,6 +268,16 @@ body { border-right: 1px solid #ddd; } + #screen_prolog .block.block1 { + min-height: 50%; height: 50%; + border-right: 0; + } + + /* hints */ + #screen_prolog .block.block4 { + min-height: 50%; height: 50%; + } + #screen_python .block.block1 { min-height: 50%; height: 50%; border-right: 0; -- cgit v1.2.1