summaryrefslogtreecommitdiff
path: root/res/client/css
AgeCommit message (Collapse)Author
2015-01-19setting default 'dark-gray' fill on generic nodesLV-426
2015-01-18fixing logo/feedback btn overlapLV-426
2015-01-13Style fixed login screengarbash
Font size is larger Password box placeholder text fix
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy
allows user to mark an image and send it. sends an email to configured recipient. defaults to using localhost:25 as the SMTP server (no user name, no password, see [1] for configuration parameters of flask-mail). Introduces a config parameter: FEEDBACK_RECIPIENT = feedback@localhost left TODO: 1. customize the 'thank you' text 2. document in user guide (setting MAIL_DEFAULT_SENDER correctly) [1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
Notes: * using https://github.com/ivoviz/feedback + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1 * with tiny changes to use require.js: + html2canvas.js & feedback.js (not minified) start+end lines changed to call define + feedback.js changed to not load html2canvas since require.js does that for us (dropping _html2canvas and getScript usage)
2015-01-12login+logout: using ajax, not POST, plus document.window (worst of both worlds)Alon Levy
2015-01-12client/server: login is using POST, so use POST, not XMLHttpRequestAlon Levy
TODO: Logout requires styling plus only to appear if logged in.
2015-01-12moved mail-icon img to cssgarbash
2015-01-12Rhizi login page styling - final v before ofer touch-upsgarbash
Still needs proper applying of font styling. I hacked some font/color in classes, where it should be defined in sass style guide.
2015-01-11wip - login page styling3garbash
2015-01-11wip - login styling2garbash
2015-01-11WIP - Styling of login pagegarbash
2015-01-11added background image to login screengarbash
2014-12-16moving files around after repository mergerAlon Levy