summaryrefslogtreecommitdiffstats
path: root/apps/files/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10909 from nextcloud/feature/noid/trash-add-droppable-zoneMorris Jobke2018-10-021-0/+3
|\ | | | | Added Trash-Dropzone to easily dispose of files and folders
| * Added Dropzone-Highlighting to TrashFelix Nüsse2018-10-021-0/+3
| | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
* | Merge pull request #11529 from nextcloud/breadcrumbs-fixMorris Jobke2018-10-021-0/+3
|\ \ | | | | | | Fix breadcrumbs
| * | Fix breadcrumbsJohn Molakvoæ (skjnldsv)2018-10-021-0/+3
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / Reduce the min-width of the files table so it works on sharing pages on mobileJan-Christoph Borchardt2018-10-012-3/+2
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Improve overall container style, radius and shadowJan-Christoph Borchardt2018-10-011-6/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix long folder names in picker, prevent horizontal scrollJan-Christoph Borchardt2018-10-011-5/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix buttons wrapping on long folder namesJan-Christoph Borchardt2018-10-011-3/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fixes the upload progress bar layoutMichael Weimann2018-09-021-0/+4
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Remove limit on "max-width" for file names in drag shadowDaniel Calviño Sánchez2018-08-271-0/+3
| | | | | | | | | | | The general file list sets "max-width: 0" in the file names, which causes the file names in the drag shadow to have no width for their content and thus to overlap with the file size. As that limit is needed for proper layout in the general file list it is removed only for file names in drag shadows. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Increase z-index of drag shadow for filesDaniel Calviño Sánchez2018-08-271-1/+1
| | | | | | | | The drag shadow is a sibling of "#content" so its z-index must be higher than the z-index of the content children (navigation bar, app content and app sidebar) to appear in front of them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix header controls sticky positioningJohn Molakvoæ (skjnldsv)2018-07-241-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10331 from weeman1337/fix-10330-files-multi-select-headerMorris Jobke2018-07-241-1/+1
|\ | | | | Adjusts the files multi select header width
| * Uses a variable for the multiselect header offsetMichael Weimann2018-07-231-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Adjusts the files multi select header widthMichael Weimann2018-07-221-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-211-6/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-211-1/+2
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed filestable min-widthJohn Molakvoæ (skjnldsv)2018-07-202-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix sidebar close buttonJohn Molakvoæ (skjnldsv)2018-07-201-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* use flex for main contentJohn Molakvoæ (skjnldsv)2018-07-201-4/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed sticky controlsJohn Molakvoæ (skjnldsv)2018-07-201-0/+4
| | | | | | | since controls are not directly into the scollable element (app-content) we need to make the parent the scrollable element (app-content-files) Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed svg generator regex && added missing iconsJohn Molakvoæ (skjnldsv)2018-07-191-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add versionning to icon svg color api functionJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix accessibility invertJohn Molakvoæ (skjnldsv)2018-07-191-7/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-9/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10230 from nextcloud/feature/shareoverviewMorris Jobke2018-07-171-1/+2
|\ | | | | Feature/shares overview
| * Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-131-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | wire the frontendArthur Schiwon2018-07-051-0/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Js magic for deleted sharesJohn Molakvoæ (skjnldsv)2018-07-051-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Files scssJohn Molakvoæ (skjnldsv)2018-06-203-16/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)2018-06-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixes issue with action being displayed incorrectly.Abijeet2018-06-181-1/+3
| | | | | | Also fixes the issue with the loading icon on copy & move. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fix alignment of more iconMorris Jobke2018-06-181-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fixes UI issues with the design,Abijeet2018-06-182-6/+4
| | | | | | | | | 1. Removes an unnecessary width 2. Content of the table header moving down on selection. Happening due to increase in height of header. 3. Invalid font-size for the actions menu. 4. Vertical position of the action menu Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Added a new action menu in files and trash list.Abijeet2018-06-182-14/+13
| | | | | | | | Uses the new file-multi-select-menu component. Towards #7647 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Adds an action dropdown that is shown on file selection.Abijeet2018-06-181-5/+3
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Move quota icon to coreJulius Härtl2018-05-031-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add min-width to trick the table width calculation in safariJulius Härtl2018-04-221-11/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use flex based layout inside the filename table cellJulius Härtl2018-04-192-84/+24
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Ensure proper color contrast according to WCAG AAJan-Christoph Borchardt2018-04-182-5/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fixed tooltip positionning & error displayJohn Molakvoæ (skjnldsv)2018-03-071-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Updated popover rules to allow form inputs and added input submit for new FileJohn Molakvoæ (skjnldsv)2018-03-071-8/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix upload button visible on read-only foldersDaniel Calviño Sánchez2018-02-281-1/+4
| | | | | | | | | | | | | | | | The div that contains the elements related to the creation of new files, and thus the upload button, is always present in the DOM; it is hidden or shown based on the folder permissions by adding or removing the "hidden" CSS class. However, as the other CSS classes for the div are "actions" and "creatable" and a "display: flex" rule was defined for ".actions.creatable" below the "display: none" rule for ".actions.hidden" the last one took precedence and the div ended being always visible, even if the "hidden" CSS class was set. Now the rules for the ".actions.hidden" selector are defined below the rules for the ".actions.creatable" selector and thus the "display: none" rule is applied as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #7634 from Abijeet/bug-7539Roeland Jago Douma2018-01-032-1/+25
|\ | | | | Fixes the delete button not appearing on certain lower resolutions
| * Remove margin for selected files summaryDaniel Calviño Sánchez2018-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | The selected files summary shown in the multiselect header has a margin to align it with the names of the files in the contents of the file list. However, on very narrow screens, and depending on the verbosity of the language, the summary can overlap with the actions when the selection contains files and folders. To try to mitigate this, besides showing only the icons for the actions, the summary margin is removed too in very narrow screens. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Increase touch area for header iconsDaniel Calviño Sánchez2018-01-031-0/+5
| | | | | | | | | | | | | | | | | | On narrow screens only the action icons are shown in the multiselect header of the file list. In that case the padding of those icons is increased to provide a larger touch area (the padding used is the same as in the inline actions of the file list). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fixes the delete icon not appearing on certain resolutions.Abijeet2018-01-022-1/+15
| | | | | | | | | | | | | | | | Fixes #7539 Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | Fix file list visible behind the multiselect headerDaniel Calviño Sánchez2018-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some parts of the file list contents (file name and actions) had a higher z-index than the file list multiselect header. That header is fixed in place, so when the file list contents were scrolled and those parts with a higher z-index overlapped the multiselect header they were fully visible. Now the z-index for the multiselect header has a higher value (the same used in the controls bar) to ensure that the contents are shown behind the header. Fixes #7540 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fixed top position of multiselected files tableJohn Molakvoæ (skjnldsv)2017-12-261-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>