summaryrefslogtreecommitdiffstats
path: root/settings/css
Commit message (Collapse)AuthorAgeFilesLines
* EllipsisJohn Molakvoæ (skjnldsv)2017-10-141-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix popover position and avatar loadingJohn Molakvoæ (skjnldsv)2017-10-141-5/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #6669 from nextcloud/various-css-fixesJohn Molakvoæ2017-09-281-55/+31
|\ | | | | Various css fixes
| * Popover to css guidelinesJohn Molakvoæ (skjnldsv)2017-09-281-37/+15
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Quota bar fix on user listJohn Molakvoæ (skjnldsv)2017-09-271-19/+17
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #6653 from nextcloud/fix-cursor-on-user-settings-tableMorris Jobke2017-09-271-5/+8
|\ \ | |/ |/| Fix cursor on user settings table
| * Remove unneeded CSS rulesDaniel Calviño Sánchez2017-09-261-3/+3
| | | | | | | | | | | | | | There are currently no "img" or "span" descendants of "td.quota" elements, so those rules can be removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove "cursor: pointer" from quota cellDaniel Calviño Sánchez2017-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The quota is set through a dropdown, and this dropdown is only shown when clicking on the select element itself. Therefore, the cell should not show a pointer when hovering on it but outside the select element. Note that although the removed "&.quota" selector also set a "width" declaration that declaration was later overriden by "#userlist td.quota", so it was not needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Set "cursor: pointer" for email addressesDaniel Calviño Sánchez2017-09-261-2/+5
| | | | | | | | | | | | | | | | | | Clicking anywhere on the cell shows the input field to set the email address, so the cursor is set as a pointer not only on the text and icon, but on the whole cell as well (like done for the full name and the password). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | No js for popover positionningJohn Molakvoæ (skjnldsv)2017-09-271-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix style of federation scope menu triangles, simplify CSSJan-Christoph Borchardt2017-09-271-13/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Highlight active federation scope menu entry with bold headingJan-Christoph Borchardt2017-09-261-3/+5
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-231-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Replaced colours by variablesJohn Molakvoæ (skjnldsv)2017-09-231-85/+73
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Settings scssJohn Molakvoæ (skjnldsv)2017-09-232-1312/+1284
| | | | | | | Scss conversion Cleanup settings scss Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix margins of followup sectionsMorris Jobke2017-09-151-3/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bold federation scope title in dropdown menu, as intendedJan-Christoph Borchardt2017-08-121-0/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Display success and error iconsMarin Treselj2017-08-091-3/+3
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* display error icon on non-successMaxence Lange2017-08-081-1/+2
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Fix federation icon menu and container paddings.Marin Treselj2017-08-041-46/+9
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Reintroduce a more compact grid.Marin Treselj2017-08-031-0/+5
| | | | | | Overrides core `.section` values. Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Clean up HTML structure, fix labels.Marin Treselj2017-08-031-54/+22
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Merge branch 'clean-settings-layout' of ↵Andreas Jacobsen2017-07-241-3/+31
|\ | | | | | | https://github.com/andreasjacobsen93/server into clean-settings-layout
| * Merge branch 'master' into clean-settings-layoutAndreas Jacobsen2017-07-151-3/+31
| |\
| | * Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-051-3/+23
| | |\ | | | | | | | | show used space in user list
| | | * show used space in user listRobin Appelman2017-06-151-3/+23
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| | * | one settings link, common template, stylingArthur Schiwon2017-06-231-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fixed bug with sharing-settingsAndreas Jacobsen2017-07-241-1/+0
|/ / / | | | | | | | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* | | Updated layoutAndreas Jacobsen2017-07-141-15/+19
| | | | | | | | | | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* | | Moved settings to leftAndreas Jacobsen2017-07-141-8/+12
| | | | | | | | | | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* | | Update for settingsAndreas Jacobsen2017-06-291-14/+30
| | | | | | | | | | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* | | Added space between avatar and settingsAndreas Jacobsen2017-06-281-6/+4
| | | | | | | | | | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* | | Fixed typosAndreas Jacobsen2017-06-281-5/+5
| | |
* | | Cleaned up personal settings pageAndreas Jacobsen2017-06-281-3/+30
|/ / | | | | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* | Remove unneeded CSSMarius Blüm2017-06-101-4/+0
| | | | | | | | | | | | * was removed with #5166 so there is no more apppasswords-section Signed-off-by: Marius Blüm <marius@lineone.io>
* | Merge pull request #5287 from nextcloud/personal-page-gs-modeJoas Schilling2017-06-081-0/+7
|\ \ | |/ |/| show input fields if they are not empty but disable them in global scale mode
| * unify look of disabled display name / email address and the other input fieldsBjoern Schiessle2017-06-071-0/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Allow to change avatar when groups are disablesMorris Jobke2017-06-071-2/+5
|/ | | | | | | | | | | * password form overlaps upload button and doesn't allow to click it * regression from #5259 Signed-off-by: Morris Jobke <hey@morrisjobke.de> make sure that we always clear all floating rules after the user settings parts Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* reword sessions to security in personal settingsRobin Appelman2017-06-061-17/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Combine sessions and app passwords view into one single viewChristoph Wurst2017-05-301-30/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #4822 from nextcloud/fix-input-sizeLukas Reschke2017-05-121-1/+1
|\ | | | | Fix size of enforced expiry date input
| * Fix size of enforced expiry date inputMorris Jobke2017-05-111-1/+1
| | | | | | | | | | | | * fixes #4819 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Hide checkbox in avatarcropperMorris Jobke2017-05-111-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix privacy settings drop downs on personal settings pageMorris Jobke2017-05-091-3/+3
| | | | | | * fixes #4672 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4727 from stffabi/IncreaseDeviceEntropyLukas Reschke2017-05-081-1/+1
|\ | | | | Increase device password entropy.
| * Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-081-1/+1
| | | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* | polish user actions dropdownRobin Appelman2017-05-061-57/+274
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* align popovermenu next to … buttonthingyArthur Schiwon2017-04-291-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix greyed out display nameMorris Jobke2017-04-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* improve layoutMorris Jobke2017-04-291-5/+14
|