diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 14:33:48 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 14:33:48 +0200 |
commit | 21b841891f40abaac661d084fd368edfb0ec25da (patch) | |
tree | c23c55c51536780bda2116bfb17aa8d5c7e0ef27 /css | |
parent | f48b45f5c7e040a7a6cbe243f6196f77c2b1e895 (diff) |
Update Prolog screen layout to match Python
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css index a404f11..d457089 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -185,6 +185,16 @@ body { } /* 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; |