summaryrefslogtreecommitdiff
path: root/res/client/css
AgeCommit message (Collapse)Author
2015-02-15client: add merge button, does nothing, enabled for two or more selected nodesAlon Levy
2015-02-15client/date pickers: white background instead of blackAlon Levy
2015-02-14error msg in sign up is now readable - fixes #323Ofer Lehr
2015-02-14Improved styling of Sign-Up ScreenOfer Lehr
2015-02-14some Improvements to login stylingOfer Lehr
made css more modular and improved styling of all elements in login page
2015-02-11client/textanalysis: sanitize quotes, fixes #293Alon Levy
2015-02-11user-signup: missing scss fragmentLV-426
2015-02-10reuse background image style with signup pageLV-426
2015-02-10login page: redesign, add create account buttonLV-426
2015-02-10login.html: fix background image impl using template specific cssLV-426
2015-02-10style: welcome-box shadowLV-426
2015-02-09Improved styling of login screenOfer Lehr
background image now covers the whole background
2015-02-09style: .task-descLV-426
2015-02-09style: update generated filesLV-426
2015-02-09search-suggestion: span width of containing 'input-container'LV-426
2015-02-09index.html: split input-container into input-container__graph-input, ↵LV-426
input-container__search
2015-02-09index.html: cleanup top-bar, temporary hide of profile circleLV-426
2015-02-09use <span> tag for doc title, rm paddingLV-426
2015-02-09style: search buttonLV-426
2015-02-09style: filter-menuLV-426
2015-02-09style: tool-bar.scssLV-426
2015-02-09down with the search-bar, on with the tool-barLV-426
2015-02-09user-signup.scss: follow hyphen naming conventionLV-426
2015-02-08user_signup.scss: user_signup page basic stylingLV-426
2015-02-08only one doc-title, use css idLV-426
2015-02-08.doc-title: rm unnecessary float, set sance margin, paddingLV-426
2015-02-08mv CRI logo to co-exist by rhizi logo at page bottomLV-426
2015-02-08remove insane css background-img for a <img> tagLV-426
2015-02-06style: add missing partial; now filter dropdown looks better, a little bitAlon Levy
2015-02-05css: add logout btn stylingLV-426
2015-02-05added dropdown menu scss partialOfer Lehr
half finished - still with default styling of the check boxes and without type icons
2015-01-21Return of the bubble. Fixes #253Alon Levy
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