summaryrefslogtreecommitdiff
path: root/css/codeq.css
AgeCommit message (Collapse)Author
2015-10-13Update Prolog screen layout to match PythonTimotej Lazar
2015-10-13Remove unused statusbar stuffTimotej Lazar
2015-10-07logo (navbar-brend)Marko Pušnik
2015-10-06Rename state 'problem' to problem_listTimotej Lazar
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page.
2015-10-05Add some paddingTimotej Lazar
2015-10-02Pa naj bo 50:50 dokler ne stuhtamo kaj boljšegaMarko Pušnik
2015-10-02Bugfix: change in HTML layout caused problem descriptions to disappear.Aleš Smodiš
2015-10-02B type problem screen ... so far only for PythonMarko Pušnik
2015-10-01block description fix; hint img centered;Marko Pušnik
2015-10-01Make hints auto-scrolling again by introducting a new div with class: ↵Aleš Smodiš
scrollable-content-container.
2015-10-01robot editor layout and scrolling fixMarko Pušnik
2015-09-30responsiveness and scrolling fixed for all viewport sizesMarko Pušnik
2015-09-29Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-09-29made login as modal with arnesaai button + modals beautified;Marko Pušnik
2015-09-29Add a statusbar to the editor widgetTimotej Lazar
2015-09-29logout, sign in + change password modals, setting drop-down, profile screenMarko Pušnik
2015-09-25refactor menu + some forms to use bootstrap properlyMarko Pušnik
2015-09-24Implemented: CodeQ event queue, basic translation infrastructure, ↵Aleš Smodiš
reimplemented problem index from JSON data.
2015-09-24Reimplemented language selection with simple links. Removed unused ↵Aleš Smodiš
startup.js, moved the boot sequence to core.js.
2015-09-23Remove padding above the code editorTimotej Lazar
2015-09-22enabled buttons in the navigation header (at least buttons on the left side ↵Robert Zorko
of the bar), renamed stateMachine to navigation
2015-09-21Refactoring: simplified python.js and prolog.js, removed all DOM IDs except ↵Aleš Smodiš
for the top-level block #screen_prolog, made a copy of the latter into #screen_python so the two screens can now diverge.
2015-09-16basis for the state machine and some UI improvements (currently disabled)Robert Zorko
2015-09-03Fix scrolling and line-breaking in CodeQ consoleTimotej Lazar
2015-09-03Remove jquery-console CSSTimotej Lazar
2015-07-17sinsmarkop
2015-07-16finished block toolbar, course and task title static mockup, same css ↵markop
adjustments
2015-07-15Added support for displaying hints. For now triggered by hand via a console, ↵Aleš Smodiš
e.g. FireBug.
2015-07-15menu & editor toolbarmarkop
2015-07-14- use bootstrap style/grid systemmarkop
- add cordova/phonegap basic configuration
2015-07-13Fix typo.Aleš Smodiš
2015-07-13Initial commit: bare page for Prolog tasks with editor and command prompt, ↵Aleš Smodiš
lightweight task definition parser of pythonic assignment statements.