summaryrefslogtreecommitdiffstats
path: root/client/components/users/userForm.styl
Commit message (Collapse)AuthorAgeFilesLines
* Fix layout on Apple devicesMaxime Quandalle2016-01-021-0/+2
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* Optimize login form layout & cssfloatinghotpot2015-12-281-58/+62
| | | | Fixes #448
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-0/+32
|
* add: use user preferred lang for user form, and allow selectingfloatinghotpot2015-12-071-0/+10
|
* Call me WekanMaxime Quandalle2015-08-281-4/+1
| | | | | | Thank you @neynah for the Wekan icons Closes #247
* Work on the user account systemMaxime Quandalle2015-06-031-46/+47
| | | | | | | | Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
* Implement presence indicatorsMaxime Quandalle2015-05-301-0/+49