summaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
Commit message (Collapse)AuthorAgeFilesLines
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-818/+0
| | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Css fixJohn Molakvoæ (skjnldsv)2017-02-151-4/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Popover newFolder input fixJohn Molakvoæ (skjnldsv)2017-01-221-4/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Popover positionning fixJohn Molakvoæ (skjnldsv)2017-01-221-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-221-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-221-30/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix popover margin and widthJohn Molakvoæ (skjnldsv)2016-12-071-8/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Increase width of new menuMorris Jobke2016-12-021-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix vertical sizing change of popover in new folder flowJan-Christoph Borchardt2016-12-021-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix input field for new folder - fixes #2245Morris Jobke2016-12-021-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* We should always show permanent actionsRoeland Jago Douma2016-12-011-7/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* bring back permissions for mail sharesBjoern Schiessle2016-11-281-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* improved style of shared entryMorris Jobke2016-11-231-3/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* make the share icon in the filelist visible againRobin Appelman2016-11-231-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix popover layout fix for files and globalJohn Molakvoæ (skjnldsv)2016-11-211-18/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show the path, when the filename conflictsJoas Schilling2016-10-191-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix hidden files handlingVincent Petry2016-08-191-0/+15
| | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level.
* Add cachebuster to apps.cssLukas Reschke2016-08-181-7/+7
|
* remove extra file size padding to fix action menu positionJan-Christoph Borchardt2016-07-301-7/+0
|
* Add new "Recent files" icon to files app (#356)Bugsbane2016-07-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | * Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.
* Merge pull request #83 from nextcloud/file-drop-highlightMarius Blüm2016-06-151-0/+16
|\ | | | | File drop highlight
| * store icons in classVincent Chan2016-06-151-4/+0
| |
| * fixes responsive/mobile viewVincent Chan2016-06-151-5/+5
| |
| * dragging over folder will highlight folder onlyVincent Chan2016-06-151-0/+8
| |
| * change folder icon when dragging over a directoryVincent Chan2016-06-151-0/+4
| |
| * adds visual indication for file drag and dropVincent Chan2016-06-131-0/+8
| |
* | fix padding of 3-dot button on mobileJan-Christoph Borchardt2016-06-151-7/+7
|/
* Make entire file tr droppable,Pellaeon Lin2016-05-211-1/+2
| | | | so that .canDrop will highlight the entire row when drag hover
* Add visual cue when moving draggable item over droppable item,Pellaeon Lin2016-05-211-0/+4
| | | | ie. breadcrumb and filenameTd
* filter hidden files on the web interfaceChristoph Wurst2016-04-191-0/+5
| | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
* sidebar click modificationErik Pellikka2016-03-241-3/+17
|
* Fix download spinner to work with CSS stylesVincent Petry2016-03-041-0/+13
| | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images.
* Make more action icons themable + style fixesVincent Petry2016-02-251-2/+4
| | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-3/+9
| | | | This makes theming of file actions possible
* Merge pull request #20618 from owncloud/action-icon-sizeThomas Müller2016-02-061-2/+2
|\ | | | | Fix image sizing for action icons in Edge
| * Fix image sizing for action icons in EdgeRobin Appelman2015-11-191-2/+2
| |
* | Fix the result at the bottom on IEPookay2016-01-291-1/+1
| | | | | | view issue #21898
* | Remove unneeded markup for scan process - ref #20545Morris Jobke2016-01-201-2/+0
| |
* | Revert "Fix column width of mtime column"Morris Jobke2015-12-011-2/+2
| |
* | Fix column width of mtime columnMorris Jobke2015-11-301-2/+2
|/ | | | | | * in some translations (e.g. german) the header of this column otherwise got truncated "Zeitpunkt der Freigabe" vs "Zeitpunkt der Freig"
* Merge pull request #19630 from owncloud/fix-ie-painThomas Müller2015-10-141-0/+5
|\ | | | | Fix more IE issues
| * [IE8] Fix "new" button widthVincent Petry2015-10-071-0/+5
| |
* | Merge pull request #19714 from owncloud/trash-deletesectionposition-2Thomas Müller2015-10-141-13/+0
|\ \ | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar""
| * | Revert "Revert "Move trashbin specific CSS that modifies sidebar""Thomas Müller2015-10-121-13/+0
| | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
* | | Remove controls for file lists that don't need itVincent Petry2015-10-131-2/+4
|/ / | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* | Revert "Move trashbin specific CSS that modifies sidebar"Thomas Müller2015-10-121-0/+13
| |
* | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-121-13/+0
|/ | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* Merge pull request #19497 from owncloud/ie8-multiselect-delete-action-pukeThomas Müller2015-10-021-0/+4
|\ | | | | [IE8] Fix dangling Delete action when multiselect is enabled
| * [IE8] Fix dangling Delete action when multiselect is enabledVincent Petry2015-10-011-0/+4
| | | | | | | | | | For some reason we need to cancel out the table's top: 95px, but just for the delete action and not the other ones... whatever, IE8...
* | Merge pull request #19484 from owncloud/ie8-checkbox-rageJörn Friedrich Dreyer2015-10-021-5/+23
|\ \ | | | | | | [IE8] Fix checkboxes in login page and file list