Vincent Petry
14ad1ebf53
Added min width to files table
...
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.
12 years ago
Jan-Christoph Borchardt
f2d18867af
change bold 'deleted files' button to normal for less focus
12 years ago
Vincent Petry
efbd79198b
Fixed preview URL + size while dragging an existing file
12 years ago
Jörn Friedrich Dreyer
45e6d96702
prevent user from creating or renaming sth. to an existing filename
...
- 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
12 years ago
Vincent Petry
e79d853867
Removed extra bkg color on file actions when row is selected/hovered on
12 years ago
Vincent Petry
a4a52733f9
Fixed position of "delete" icon in files app
...
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
12 years ago
Vincent Petry
2b2a548610
Fixed IE8 misaligned date
...
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
12 years ago
Vincent Petry
39b150921d
Moved IE8 inline styles in files.css
12 years ago
Morris Jobke
980fc9cc7e
Fix trash bin button
12 years ago
Jan-Christoph Borchardt
fcb9b49d1f
increase font size of file actions for better readability
12 years ago
Jan-Christoph Borchardt
da0db7bcb2
fix multiselect bar opacity, webroot
12 years ago
Jan-Christoph Borchardt
c335169f6d
increase height of controls bar and elements to more clickable 44px
12 years ago
Jan-Christoph Borchardt
13218ec689
remove duplicate upload CSS from files.css
12 years ago
Jan-Christoph Borchardt
f3e0cbdeed
fix position of New and Deleted Files buttons
12 years ago
raghunayyar
4a5f3442b5
Closes Label inside the a tag for not hiding the fileactions.
12 years ago
raghunayyar
81b4904c78
File Selected on Click instead of download.
12 years ago
Jan-Christoph Borchardt
9853b33420
reduce rounded corners of New dropdown
12 years ago
Jörn Friedrich Dreyer
12ff268e60
move upload dialog css to separate file
12 years ago
Jörn Friedrich Dreyer
b40925ae17
initial scrollto implementation:
...
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
12 years ago
Vincent Petry
4d38441e72
Fixed loading mask/spinner to stay fixed on scroll
12 years ago
Vincent Petry
1304b511e9
Ajax calls for "files" and "files_trashbin" apps
...
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
12 years ago
Jörn Friedrich Dreyer
2c9b3d32ef
unify .original div to fix css in firefox, clear:left to fix filename wrapping in chrome, shrink width of columns and get rid of ie8 hack
12 years ago
Vincent Petry
5f67ccba00
Fixed missing checkboxes in IE8
...
IE8 is not happy with the :checked CSS3 selector which causes it to
ignore the whole rule.
Replace it with a more compatible selector.
12 years ago
Jörn Friedrich Dreyer
ce03501646
fine ie8 compatability
12 years ago
Pete McFarlane
83afba5070
prefix #filestable to tbody tr
12 years ago
Jörn Friedrich Dreyer
49fd7e9f1e
refactor dialog creation
12 years ago
Alessandro Cosentino
4b32d84314
text centered horizontally and vertically in emptycontent div
12 years ago
Georg Ehrke
668c4c2652
fix issue with filetable background
12 years ago
petemcfarlane
ab1f78eac3
prefix 'tbody tr' to separate app/core css errors
...
For specific details see:
https://github.com/owncloud/core/pull/4536/files#r6082305
12 years ago
kondou
6bd0f3cba7
Reimplement filesummary in JS
...
Fix #993
12 years ago
Pellaeon Lin
cd41de839f
Fix "select all" checkbox displacement when checked
12 years ago
Jörn Friedrich Dreyer
7c9d999243
reduced complexity, added listing conflicts to dialog
12 years ago
Jan-Christoph Borchardt
dce7cdaaec
remove unneeded extra ID selectors
12 years ago
Jan-Christoph Borchardt
bf4efd5290
move upload progress bar near upload button, more contextual
12 years ago
Jan-Christoph Borchardt
7e4dcd268f
vertically center rename input box
12 years ago
Jörn Friedrich Dreyer
f94e603698
progress fixes
12 years ago
Jan-Christoph Borchardt
2fd5178a00
adjust New file dialog for new styles
12 years ago
Jan-Christoph Borchardt
b2f666c98f
fix file summary position
12 years ago
Jan-Christoph Borchardt
cba0f69622
increase row height to 50px, properly position everything, checkboxes, actions etc
12 years ago
Jörn Friedrich Dreyer
e1927d5bee
fix whitespace, check selected files before starting upload
12 years ago
Björn Schießle
a00cff7c05
disable "deleted files" button if trash bin is empty
12 years ago
Jan-Christoph Borchardt
dba4111aa0
fix delete button not showing in IE8
12 years ago
Georg Ehrke
8eefaba719
some style adjustments
12 years ago
kondou
4818e0062e
General CSS cleanup
12 years ago
kondou
b1d0de95a9
Show a summary as the last filelist entry
...
Fix #993
12 years ago
Georg Ehrke
806f3bddec
increase size of preview to size of row
12 years ago
Jan-Christoph Borchardt
1a8e4399b0
increase Files row height to tappable 44px, more breathing space
12 years ago
Jan-Christoph Borchardt
5d4ff0e537
better contrast for files list, darker greys for selection and hover
12 years ago
raghunayyar
18618c75aa
color change to crumb elements as well.
12 years ago
raghunayyar
6d95d130e4
Keeping Font Colors Consistant on the headers.
12 years ago