aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css
Commit message (Collapse)AuthorAgeFilesLines
...
* | TooltipJohn Molakvoæ (skjnldsv)2018-10-181-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Hidden footerJohn Molakvoæ (skjnldsv)2018-10-181-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Loading hidden fixJohn Molakvoæ (skjnldsv)2018-10-181-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Set grid variable and overall size adjustementJohn Molakvoæ (skjnldsv)2018-10-181-17/+43
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fixed multiselect and headerJohn Molakvoæ (skjnldsv)2018-10-181-16/+25
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Show view toggle in controls barJan-Christoph Borchardt2018-10-181-0/+19
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Center align the footer file number & size summaryJan-Christoph Borchardt2018-10-181-0/+23
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Also add border-radius to thumbnailJan-Christoph Borchardt2018-10-181-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix grey background behind selection checkboxJan-Christoph Borchardt2018-10-181-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix popovermenu positionJan-Christoph Borchardt2018-10-181-0/+13
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Adjust design of grid viewJan-Christoph Borchardt2018-10-181-2/+70
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Grid initJohn Molakvoæ (skjnldsv)2018-10-181-0/+34
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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>