diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/css/codeq.css b/css/codeq.css index 9b87baa..0603984 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -134,7 +134,7 @@ div#disabled { /* modal screens*/ #screen-login, #screen-signup, #screen-change-password, #screen-settings, #screen-upgrade-to-aai { - padding: 15px 0; + padding: 1em 0; } /* screen language */ @@ -142,9 +142,6 @@ div#disabled { margin-top: 4em; margin-bottom: 4em; } -#screen-language .col-lg-4 { - cursor: pointer; -} #screen-language .col-lg-4 a { color: inherit; text-decoration: none; @@ -287,11 +284,6 @@ h2.group-title a.view-solutions { opacity: 0.75; } -.block > .scrollable-content-container { - padding-left: 1em; - padding-right: 1em; -} - /***** responsiveness *****/ /* md & ld */ @media (min-width: 992px) { @@ -375,10 +367,6 @@ h2.group-title a.view-solutions { } /* python */ - .quadrants.square-layout#screen-python.prof2 > * > .block { - overflow: auto; - min-height: 100%; height: 100%; - } /* instructions+hints */ .square-layout#screen-python .block-left { min-width: 33%; width: 33%; @@ -399,10 +387,6 @@ h2.group-title a.view-solutions { } /* robot */ - .quadrants.square-layout#screen-robot.prof2 > * > .block { - overflow: auto; - min-height: 100%; height: 100%; - } /* instructions+hints */ .square-layout#screen-robot .block-left { min-width: 33%; width: 33%; @@ -423,7 +407,6 @@ h2.group-title a.view-solutions { } /* END layouts */ - .block-left, .block-right { min-height: 100%; height: 100%; } @@ -432,12 +415,6 @@ h2.group-title a.view-solutions { border-right: 1px solid #ddd; } - /* info */ - .block > .scrollable-content-container { - height: 100%; - overflow-y: auto; - } - /* code_editor */ .block > .code_editor { min-height: 100%; @@ -517,16 +494,6 @@ h2.group-title a.view-solutions { background: rgba(255,255,255,0.9);; } -/* status bar */ -ul.dropdown-menu a { - cursor: pointer; -} - -/* main screen */ -#screen-language a { - cursor: pointer; -} - /* problem index screen */ #screen-problem-list .language-description { margin-bottom: 1em; @@ -549,10 +516,6 @@ ul.dropdown-menu a { list-style-type: none; } -#screen-problem-list a { - cursor: pointer; -} - #screen-problem-list ul.group-problems a::before { color: gray; content: '○ '; /* non-breaking spaces */ |