summaryrefslogtreecommitdiffstats
path: root/apps/files/css
Commit message (Collapse)AuthorAgeFilesLines
* Fix hidden files handling (#25865)Vincent 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.
* 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
* Merge branch 'Superduper-Progressbar-branch-thingie' of ↵Vincent Petry2016-05-122-1/+41
|\ | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie
| * Updated String formatting. Label font-weight was already normal.luckydonald2014-08-131-1/+1
| |
| * Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-131-3/+3
| | | | | | | | | | Tooltips still frustrate me- And the updated code with tabs nicely. yay.
| * Added remaining time displaying, moved Information to tooltip, removed now ↵luckydonald2014-08-121-13/+1
| | | | | | | | unneeded speed div
| * ...in case the text gets to big, don't wrap to new line. Instead just cut it.luckydonald2014-08-111-0/+4
| |
| * Updated and optimized Mobile Layout as well.luckydonald2014-08-112-1/+15
| |
| * Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-101-2/+2
| |
| * Upload progress bar now displays informations about uploades size (12kB of ↵luckydonald2014-08-101-1/+34
| | | | | | | | 3MB) and the current speed.
* | Add anchor icon in sidebar to copy permalinkVincent Petry2016-05-061-0/+13
| |
* | 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
| |
* | 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>
* | 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
| | |
* | | Use color instead of transparency for proper tooltip appearanceMorris Jobke2016-01-051-0/+3
| | | | | | | | | | | | * fixes #21436
* | | 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
| * | | [IE8] Fix file list checkboxesVincent Petry2015-09-301-5/+23
| |/ /
* / / [IE8] Remove non-working ellipsis supportVincent Petry2015-10-011-11/+0
|/ / | | | | | | | | | | | | | | This prevents the name element to be too wide, which would cause users to mistakenly click on it instead of the empty space when wanting to focus on a file for the sidebar. Also fixed the close button on the sidebar (make it appear)
* | Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-301-0/+3
|\ \ | | | | | | [IE8] Fix file type sizes and popover menus in file list
| * | [IE8] Fix popover menu borders for IE8Vincent Petry2015-09-291-0/+3
| | | | | | | | | | | | | | | - fixes "New" menu - fixes file actions menu
* | | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrentThomas Müller2015-09-301-0/+6
|\ \ \ | | | | | | | | Keep opacity in current item in newFileMenu
| * | | [IE8] opacity for active newFileMenu itemsVincent Petry2015-09-301-0/+2
| | | |
| * | | Keep opacity in current item in newFileMenuVincent Petry2015-09-301-0/+4
| |/ / | | | | | | | | | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover.
* | | Merge pull request #19310 from owncloud/hide-sort-indicatorThomas Müller2015-09-301-1/+7
|\ \ \ | | | | | | | | hide sort indicator when in multiselect mode, ref #19056
| * | | Prevent sort indicator hover to bypass multiselect restrictionVincent Petry2015-09-291-1/+3
| | | |
| * | | Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3
| | | |
| * | | hide sort indicator when in multiselect mode, ref #19056Jan-Christoph Borchardt2015-09-231-1/+2
| | | |
* | | | 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
| |