aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Merge branch 'master' into files-em-to-pxraghunayyar2014-01-151-18/+22
| |\ | | | | | | | | | | | | Conflicts: apps/files/css/files.css
| * | Converts em to px values for styles in Files.raghunayyar2013-10-061-14/+14
| | |
* | | fix multiselect bar being too short on big displaysJan-Christoph Borchardt2014-01-241-1/+2
| | |
* | | remove background and width from multiselect bar, fix Download button not ↵Jan-Christoph Borchardt2014-01-231-1/+0
| | | | | | | | | | | | showing on mobile
* | | make sure there's enough room for the file actionsJan-Christoph Borchardt2014-01-171-0/+8
| | |
* | | improvements to public files mobile viewJan-Christoph Borchardt2014-01-151-1/+1
| | |
* | | remove min-width rule to fix mobile viewsJan-Christoph Borchardt2014-01-141-3/+0
| |/ |/|
* | Fix resize issue for trash button in chrome and overflowing spinner in ↵Morris Jobke2013-11-281-1/+1
| | | | | | | | | | | | .update class fixes #6108
* | Added min width to files tableVincent Petry2013-11-211-0/+3
| | | | | | | | | | | | | | | | | | | | Having a too small widths for the files table doesn't make sense as it overlaps file actions with the files themselves and make them unclickable, especially when viewed on mobile phone. The compromise that this fix introduces is to have a minimum width that will trigger horizontal scrolling, which will at least make it possible to click files on mobile phones.
* | change bold 'deleted files' button to normal for less focusJan-Christoph Borchardt2013-11-181-0/+1
| |
* | Fixed preview URL + size while dragging an existing fileVincent Petry2013-10-281-1/+2
| |
* | prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-1/+7
| | | | | | | | | | | | | | | | - show tooltip when violating naming constraints while typing - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong - fixes #5062 - also fixes some whitespace and codestyle issues in files js - uses css selector over filterAttr in touched js files
* | Removed extra bkg color on file actions when row is selected/hovered onVincent Petry2013-10-141-8/+0
| |
* | Fixed position of "delete" icon in files appVincent Petry2013-10-111-3/+1
| | | | | | | | | | | | | | | | | | There was an issue where only Chrome allows setting position: relative on a td element. This fix now works in IE8, Firefox and Chrome. Fixes #5056
* | Merge pull request #5274 from owncloud/files-ie8-deletecheckboxVincent Petry2013-10-111-0/+3
|\ \ | | | | | | Fixed delete icon alignment in IE8
| * | Moved IE8 inline styles in files.cssVincent Petry2013-10-111-0/+3
| | |
* | | Fixed IE8 misaligned dateVincent Petry2013-10-111-4/+0
|/ / | | | | | | | | | | | | | | | | Removed display: block to let the element be displayed inline and let itself aligned by vertical-align: middle of the parent This works in IE8 and other browsers. Fixes #5288
* / Fix trash bin buttonMorris Jobke2013-10-071-2/+4
|/
* Merge pull request #5136 from owncloud/design-fixesMorris Jobke2013-10-041-3/+1
|\ | | | | Design fixes
| * increase font size of file actions for better readabilityJan-Christoph Borchardt2013-10-041-3/+1
| |
* | fix multiselect bar opacity, webrootJan-Christoph Borchardt2013-10-041-3/+3
| |
* | merge master into input-simplifyJan-Christoph Borchardt2013-10-041-57/+41
|\|
| * increase height of controls bar and elements to more clickable 44pxJan-Christoph Borchardt2013-10-041-17/+42
| |
| * remove duplicate upload CSS from files.cssJan-Christoph Borchardt2013-10-031-35/+0
| |
* | fix position of New and Deleted Files buttonsJan-Christoph Borchardt2013-10-031-2/+9
|/
* Merge pull request #5093 from owncloud/file-actionsJan-Christoph Borchardt2013-10-021-0/+6
|\ | | | | File Selected on Click instead of download.
| * Closes Label inside the a tag for not hiding the fileactions.raghunayyar2013-10-021-1/+1
| |
| * File Selected on Click instead of download.raghunayyar2013-10-021-0/+6
| |
* | reduce rounded corners of New dropdownJan-Christoph Borchardt2013-10-021-1/+4
|/
* Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-191-0/+3
|\ | | | | | | | | Conflicts: apps/files/js/filelist.js
| * initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present
* | move upload dialog css to separate fileJörn Friedrich Dreyer2013-09-181-85/+0
| |
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-171-0/+21
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js
| * Fixed loading mask/spinner to stay fixed on scrollVincent Petry2013-09-131-1/+1
| |
| * Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* | unify .original div to fix css in firefox, clear:left to fix filename ↵Jörn Friedrich Dreyer2013-09-101-7/+4
| | | | | | | | wrapping in chrome, shrink width of columns and get rid of ie8 hack
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-101-1/+6
|\| | | | | | | | | Conflicts: apps/files/js/file-upload.js
| * Merge pull request #4726 from owncloud/files-ie8-missingfilecheckboxesThomas Tanghus2013-09-091-1/+6
| |\ | | | | | | Fixed missing checkboxes in IE8