summaryrefslogtreecommitdiffstats
path: root/apps/files/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19779 from owncloud/stable8.2-trash-deletesectionposition-2Morris Jobke2015-10-201-13/+0
|\ | | | | [stable8.2] Move trashbin specific CSS that modifies sidebar
| * Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-141-13/+0
| | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* | [IE8] Fix "new" button widthVincent Petry2015-10-141-0/+5
|/
* 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
|
* Merge pull request #19058 from owncloud/multiselect-bar-styleThomas Müller2015-09-181-1/+1
|\ | | | | adjust multiselect bar to controls bar, fix #18989
| * adjust multiselect bar to controls bar, fix #18989Jan-Christoph Borchardt2015-09-151-1/+1
| |
* | fix new menu not showing on mobile, fix #18879Jan-Christoph Borchardt2015-09-161-0/+1
| |
* | Merge pull request #18735 from owncloud/checkbox-styleThomas Müller2015-09-161-16/+12
|\ \ | | | | | | custom checkbox style
| * | fix filelist checkboxesHendrik Leppelsack2015-09-161-16/+11
| | |
| * | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-161-0/+1
| | |
* | | Merge pull request #19062 from owncloud/line-heightThomas Müller2015-09-161-4/+0
|\ \ \ | |/ / |/| | fix height of 'All files' entry in sidebar
| * | fix height of 'All files' entry in sidebarJan-Christoph Borchardt2015-09-151-4/+0
| |/
* | 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
|/
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-072-88/+66
|\ | | | | Combine upload action into the "New" menu
| * Remove ellipsis on new file menu itemsVincent Petry2015-09-031-1/+0
| |
| * fix icon and layout details for new menuJan-Christoph Borchardt2015-09-031-1/+9
| |
| * Combine upload action into the "New" menuVincent Petry2015-08-282-89/+60
| | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | larger preview for images in the sidebarRobin Appelman2015-09-021-0/+21
| |
* | Merge pull request #18671 from owncloud/cleanup-sidebar-semanticsMorris Jobke2015-08-311-0/+15
|\ \ | | | | | | Removes unecessary divs and adds max width to longer names.
| * | Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-301-0/+15
| |/
* / Introduce small line for navigation sidebarMorris Jobke2015-08-301-0/+1
|/
* Merge pull request #18606 from owncloud/fix-filename-overflow-sidebarMorris Jobke2015-08-281-1/+24
|\ | | | | fix right sidebar causing filename overflow, fix #18383
| * fix right sidebar causing filename overflow, fix #18383Jan-Christoph Borchardt2015-08-271-1/+24
| |
* | restore behavior where favorite stars only show up on hover, to not clutter ↵Jan-Christoph Borchardt2015-08-272-2/+10
|/ | | | the interface so much
* reduce grey tones to one for list highlightJan-Christoph Borchardt2015-08-261-15/+15
|
* reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-261-1/+1
|
* properly shade file actions and menu items, don't differentiate between ↵Jan-Christoph Borchardt2015-08-262-21/+36
| | | | mobile and desktop
* proper padding and whitespace for share and more actionsJan-Christoph Borchardt2015-08-262-6/+9
|
* use same font-size for share action textJan-Christoph Borchardt2015-08-261-1/+0
|