aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8928 from owncloud/too-long-filename-fix-v2jbtbnl2014-06-091-0/+53
|\ | | | | Ellipcises too long filenames
| * improve ellipsis of filename for different screen sizesMorris Jobke2014-06-081-14/+20
| |
| * @jancborchardt's commit for cross browser compatibility of extension.raghunayyar2014-06-081-3/+1
| |
| * Adds class name to span element inside filename.raghunayyar2014-06-071-6/+6
| |
| * Adds multiple media queries for filename.raghunayyar2014-06-071-1/+37
| |
| * Ellipcises too long filenamesraghunayyar2014-06-061-0/+13
| |
* | Fixed delete button CSS in ext storage listVincent Petry2014-06-061-5/+6
| |
* | Merge pull request #8922 from owncloud/design-controls-transparencyJan-Christoph Borchardt2014-06-061-16/+1
|\ \ | | | | | | Bugfixes for mobile
| * | unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-061-16/+1
| |/
* / app settings: display input fields at full widthJan-Christoph Borchardt2014-06-061-4/+0
|/
* Merge pull request #8159 from owncloud/mobile-sidebar-swipeThomas Müller2014-06-061-2/+1
|\ | | | | Mobile sidebar swipe
| * Fixed viewer mode for sidebar swipeVincent Petry2014-06-061-1/+0
| |
| * slightly widen sidebar to 250px, works better with apps and on mobileJan-Christoph Borchardt2014-06-051-1/+1
| |
* | fix files multiselect bar now that the app list is goneJan-Christoph Borchardt2014-06-051-1/+1
|/
* Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-051-1/+1
|\ | | | | Toggle app navigation not only on mobile, but on desktop as well
| * adjust controls bar position for removed nav barJan-Christoph Borchardt2014-06-041-1/+1
| |
* | remove obsolete position rule from files appJan-Christoph Borchardt2014-06-041-4/+0
|/
* Merge pull request #8837 from owncloud/issue/8720Morris Jobke2014-06-031-1/+1
|\ | | | | Fix cursor and background of app navigation
| * Do not overwrite cursor in sidebarJoas Schilling2014-06-031-1/+1
| |
* | remove specific sidebar size from Files appJan-Christoph Borchardt2014-06-031-8/+0
|/
* move Deleted Files to bottom of sidebarJan-Christoph Borchardt2014-06-021-0/+6
|
* more subtle hover effect on sortable column, text instead of backgroundJan-Christoph Borchardt2014-06-021-1/+1
|
* fix misalignment of modified dates, shift to rightJan-Christoph Borchardt2014-06-021-1/+1
|
* remove unused table sizing CSSJan-Christoph Borchardt2014-06-021-2/+3
|
* Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-301-0/+5
|\ | | | | Fixed drag and drop from external files, added tests
| * Fix dropping files below the tableVincent Petry2014-05-221-0/+5
| |
* | Fix table header colorsVincent Petry2014-05-301-1/+7
| | | | | | | | | | | | | | Table headers should be 999 even when using links (introduced by the sorting feature) When selecting with checkboxes, they must appear black.
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+4
|/
* Fixed many issues, clean upVincent Petry2014-05-151-15/+30
| | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now)
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-7/+22
| | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces
* Added app navigation for files appVincent Petry2014-05-151-0/+7
| | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
* Set row height in files tableBagera2014-05-141-2/+2
| | | | Sets row height to avoid resize when name is edited
* fixes #7949Bagera2014-05-131-1/+1
| | | | Sets height to form to avoid resizing when filename link is not shown
* Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-9/+27
|
* Fix file selection for infinite scrollingVincent Petry2014-04-281-1/+0
| | | | | | | - moved file selection code to FileList - fix selection summary when all files are selected - nextPage now auto-selects files if "select all" checkbox is checked - fixed trashbin to use the same selection logic as FileList
* fix shift of icons in 'New' menu in IE8/9, fix #7987Jan-Christoph Borchardt2014-04-161-1/+1
|
* mobile: document min-width valueJan-Christoph Borchardt2014-03-211-2/+2
|
* mobile: adjust break to 768, also fix min-widthsJan-Christoph Borchardt2014-03-211-1/+1
|
* fix too much distance between text and iconJan-Christoph Borchardt2014-02-211-1/+1
|
* use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-211-7/+17
|
* small change for compatibilityDavid2014-02-171-1/+1
|
* remove forced lowercase from extension, fix #4747, also coding style fixesJan-Christoph Borchardt2014-02-131-3/+20
|
* fix misalignment of modified dates, shift to rightJan-Christoph Borchardt2014-02-031-0/+1
|
* ellipsize long modified dates to make room for showing delete button, fix #7040Jan-Christoph Borchardt2014-02-031-0/+10
|
* Makes Rename Icon Width 44px for touch sourfaces.raghunayyar2014-01-311-0/+5
|
* Rename action now appears as pencil iconraghunayyar2014-01-301-0/+1
|
* merge master into mobile-styleJan-Christoph Borchardt2014-01-291-18/+23
|\
| * Removes Bogus Styles.raghunayyar2014-01-181-2/+0
| |
| * Fixed files row height in Firefox/KDEVincent Petry2014-01-161-0/+5
| | | | | | | | | | | | | | | | | | Firefox is using native checkboxes and in KDE the checkboxes have a bigger height which caused the row height to increase and be misaligned with the date column. This fix makes the checkbox absolute to prevent it to influence the row height.
| * Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebaseraghunayyar2014-01-161-6/+6
| |