aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/authenticate.css
Commit message (Collapse)AuthorAgeFilesLines
* Move public auth page overRoeland Jago Douma2018-06-201-27/+0
| | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use guest css on sharing authentication pageJulius Härtl2018-01-031-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix browser width compatibilityJohn Molakvoæ (skjnldsv)2017-09-191-3/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move link share password box and button togetherJan-Christoph Borchardt2017-09-171-3/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Login and authenticate inputs fixesJohn Molakvoæ (skjnldsv)2017-01-221-6/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-301-4/+0
| | | | fix #18940
* remove border around button of password protected link confirmationJan-Christoph Borchardt2015-09-281-1/+2
|
* use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-291-1/+0
|
* fix layout of password protected sharesMorris Jobke2014-06-131-0/+8
| | | | | * add password icon * fix upshifted arrow button - fixes #9024
* infield label removal: remove last occurences of infield labelsJan-Christoph Borchardt2014-06-031-7/+0
|
* remove %webroot from files_sharing appJan-Christoph Borchardt2014-01-231-5/+2
|
* Fix password screen for public sharesMorris Jobke2013-10-071-0/+26
* Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998