summaryrefslogtreecommitdiffstats
path: root/apps/files/css/detailsView.css
Commit message (Collapse)AuthorAgeFilesLines
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-127/+0
| | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix indentationLukas Reschke2016-12-191-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Style modifications of favorite star on main detail view (#26658)Michael Jobst2016-12-191-12/+6
| | | | | | | | | | | | * Style modifications of favorite star on main detail view * Removed unused opacity change on mouse over * favorite star title fixed * favorite star opacity should always be .7 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* properly calculate the width of the name in the sidebarMorris Jobke2016-12-021-6/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix width of filename in sidebar to accommodate local linkJan-Christoph Borchardt2016-12-021-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #2116 from nextcloud/downstream-26511Morris Jobke2016-11-181-0/+8
|\ | | | | Display changes in file versions tab view and detailsView
| * Display changes in file versions tab view and detailsView (#26511)Michael Jobst2016-11-141-0/+8
| | | | | | | | | | | | | | | | | | | | | | * Display changes in file versions tab view and detailsView * versions tab enhancements enhanced js test file removed css superscript attribute for version size * Replaced spaces with tabs
* | use copy icon for local link rather than link icon to prevent confusion with ↵Jan-Christoph Borchardt2016-11-171-2/+2
|/ | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* adjust padding of text previewMorris Jobke2016-07-041-2/+3
|
* Add large sidebar previews for text filesRobin Appelman2016-07-041-6/+13
|
* Add anchor icon in sidebar to copy permalinkVincent Petry2016-05-061-0/+13
|
* apps/files: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-091-2/+2
| | | | | | This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Use color instead of transparency for proper tooltip appearanceMorris Jobke2016-01-051-0/+3
| | | | * fixes #21436
* adjust aspect ratio of preview size when for aspect ratios > 16/9Robin Appelman2015-09-291-1/+1
|
* Scale portrait images correctlyRobin Appelman2015-09-291-1/+1
|
* adjust the height of the sidebar preview image when resizing the browserRobin Appelman2015-09-231-1/+7
|
* remove float from file/folder name in sidebar, fix #19243Jan-Christoph Borchardt2015-09-221-4/+1
|
* fix filename display in sidebar, fix #18981Jan-Christoph Borchardt2015-09-151-0/+3
|
* crop to the center for landscape imagesRobin Appelman2015-09-151-1/+5
|
* normal margins for portrait previewsRobin Appelman2015-09-151-0/+4
|
* larger preview for images in the sidebarRobin Appelman2015-09-021-0/+21
|
* Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-301-0/+15
|
* bigger file thumbnail in app sidebarJan-Christoph Borchardt2015-08-241-4/+5
|
* fix position of elements in right sidebarJan-Christoph Borchardt2015-08-071-6/+17
|
* Use own tabs impl in files sidebarVincent Petry2015-08-071-0/+1
| | | | Also change style.
* rename sidebar element and use css and js utility functions to coreArthur Schiwon2015-08-071-44/+8
|
* sidebar shall not overlap but shrink the contnetArthur Schiwon2015-08-071-4/+9
|
* Improve layout, fix mime iconVincent Petry2015-08-071-5/+15
|
* Right sidebar now has its own scrollbarVincent Petry2015-08-071-5/+7
|
* Styling fixes + hightlight in files sidebarVincent Petry2015-08-071-3/+3
| | | | | Sidebar scrolls with contents Highlight currently show file
* More fixes to the right sidebarVincent Petry2015-08-071-11/+25
| | | | | Sidebar now works in all file list views. Moved owner to share tab.
* Improved right sidebarVincent Petry2015-08-071-2/+28
| | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab.
* Basic work for right sidebarVincent Petry2015-08-071-0/+22
Adds right sidebar with registrable panels (still WIP)