aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css
Commit message (Collapse)AuthorAgeFilesLines
* Fix the recent/favorite/shared filename problemGreta Doci2019-09-161-1/+1
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Always put the gridview toggle on the visible part of the pageJohn Molakvoæ (skjnldsv)2019-08-141-2/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix 1px jump when selecting multi table entriesMichael Weimann2019-07-201-1/+0
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fix filelist overlap with header ref #16076Greta Doci2019-07-181-1/+2
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Fix file checkbox margin causing layout issues in file listJan-Christoph Borchardt2019-06-261-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Avoid scrolling to the hidden input when toggling grid/list viewJulius Härtl2019-06-191-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Sharing in list: Use .hidden-visually instead of display:none for ↵Jan-Christoph Borchardt2019-06-142-5/+18
| | | | | | accessibility, fix #11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-301-2/+3
| | | | see https://github.com/nextcloud/news/pull/467
* Remove quota feedback if no link setJohn Molakvoæ (skjnldsv)2019-05-211-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix floating header over breadcrumbsJohn Molakvoæ (skjnldsv)2019-05-091-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add support for SafariMorris Jobke2019-05-071-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Floating files headerJohn Molakvoæ (skjnldsv)2019-05-071-0/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use sticky position include for Safari supportJan-Christoph Borchardt2019-04-181-2/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add webkit/safari fixMorris Jobke2019-04-181-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix multiselect bar overlapping recommendationsJan-Christoph Borchardt2019-04-181-6/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show comments and restore in popover menuJohn Molakvoæ (skjnldsv)2019-04-021-13/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix hidden file display in grid viewJulius Härtl2019-03-301-2/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Always show full previewsJulius Härtl2019-03-271-3/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-211-0/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only show border for files with generated previewsJan-Christoph Borchardt2019-03-141-1/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add border around previews in grid viewJan-Christoph Borchardt2019-03-121-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix alignment of filelist headerJan-Christoph Borchardt2019-02-211-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add drop zone for favorites quick access in navigationfnuesse2019-02-011-0/+3
| | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* Extract variable for yellow color in iconsfnuesse2019-02-011-1/+1
| | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* Fix drop zone shadowfnuesse2019-02-011-1/+7
| | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* Merge pull request #12364 from tomasz-grobelny/file_range_selectJohn Molakvoæ2019-01-301-0/+5
|\ | | | | Ability to select file ranges with mouse or touchscreen
| * Add more accessible method of selecting file rangesTomasz Grobelny2019-01-241-0/+5
| | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | Merge pull request #13567 from nextcloud/fix/deuglify-upload-progressMorris Jobke2019-01-211-6/+10
|\ \ | | | | | | Improve the upload progress bar layout
| * | Deuglify the file upload progress barMichael Weimann2019-01-141-6/+10
| |/ | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Properly center text inside of the grid containerJulius Härtl2019-01-141-19/+20
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Ensure filename is possibly centered below file icons in grid viewJan-Christoph Borchardt2019-01-141-0/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show thumbnail on renameMorris Jobke2018-11-151-1/+16
| | | | | | | | * does not hide thumbnail when rename is shown * fixes layout for grid and list view * fixes #11901 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-0/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12180 from nextcloud/sidebar-fixesMorris Jobke2018-11-011-2/+8
|\ | | | | Sidebar fixes, mostly fixing design of tabs
| * Fix issues with clipboard button for local link in sidebarJan-Christoph Borchardt2018-11-011-2/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #12162 from nextcloud/file-menu-alignMorris Jobke2018-11-011-2/+13
|\ \ | |/ |/| Align file menu below '+' button, fix #5595
| * Align file menu below '+' button, fix #5595Jan-Christoph Borchardt2018-10-311-2/+13
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | slightly round off thumbnails in list view tooJan-Christoph Borchardt2018-10-311-0/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Properly hide files when searchingJohn Molakvoæ (skjnldsv)2018-10-291-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix FF performance and recals issuesJohn Molakvoæ (skjnldsv)2018-10-231-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow focus on input with keyboardJohn Molakvoæ (skjnldsv)2018-10-231-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-231-3/+0
|\ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt2018-10-231-3/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix grey background over thumbnailJohn Molakvoæ (skjnldsv)2018-10-231-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Revert "Remove negative z-index on thumbnail-wrapper, caused thumbnails to ↵Jan-Christoph Borchardt2018-10-181-0/+1
| | | | | | | | | | | | | | | | not show" This reverts commit fb7fb1cebae5af129c4474a380e0f5e55f79569f. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Reduce bottom whitespace on share link pageJan-Christoph Borchardt2018-10-181-3/+9
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | More space for filename on public share page since there is no share iconJan-Christoph Borchardt2018-10-181-3/+10
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | In "Deleted files", do not show "Restore" text next to icon as there is no spaceJan-Christoph Borchardt2018-10-181-0/+7
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Adjustments for public share page, actions menu, view toggleJan-Christoph Borchardt2018-10-181-0/+14
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Remove negative z-index on thumbnail-wrapper, caused thumbnails to not showJan-Christoph Borchardt2018-10-181-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>