summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/sharetabview.scss
Commit message (Collapse)AuthorAgeFilesLines
* Replace information icon with confirmation button in share inputJan-Christoph Borchardt2018-03-201-2/+10
| | | | | | | The confirmation button right now is just an icon; its behaviour will be added in the following commits. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix missing clipboard icon in shared linksDaniel Calviño Sánchez2018-01-241-0/+2
| | | | | | | | | | | | The clipboard icon in shared links appears either directly on the link input field or, if any social sharing app is enabled, in a menu. The clipboard icon uses the same CSS rules as other icons (like the information icon) to be posioned on the end of the input field, and those rules have to be "cancelled" when the icon is shown in the menu. Fixes #7990 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Show tha copy share link button properly inlineMorris Jobke2017-12-131-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fixed sharing popover and removed unused old codeJohn Molakvoæ (skjnldsv)2017-11-071-11/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Share views fixJohn Molakvoæ (skjnldsv)2017-10-261-11/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix checkboxes on popoverJohn Molakvoæ (skjnldsv)2017-10-261-5/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix working icon placement on password saveDaniel Calviño Sánchez2017-04-241-2/+3
| | | | | | | | | | | | | Before, the icon appeared below the text input for the password. Now, it appears inside the text input, to the right end. The CSS was adjusted based on other icons shown in that position for other text inputs in the Share tab view, like the information icon or the clipboard icon. Fixes #4135 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix clickable area in share permissions menuMorris Jobke2017-04-191-0/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-0/+149
This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>