diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-07 21:43:35 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-07 21:55:58 +0200 |
commit | 47993fe29a6a7837e39b1e24e03c3b4ac9d7f794 (patch) | |
tree | dd3fed3ae02d32d0a0468db13db94daa74d61c06 /files/css/files.css | |
parent | 01a9d916e7fe477f6fb42a534e3265ddbe00fddd (diff) | |
download | nextcloud-server-47993fe29a6a7837e39b1e24e03c3b4ac9d7f794.tar.gz nextcloud-server-47993fe29a6a7837e39b1e24e03c3b4ac9d7f794.zip |
You can now move files to a parent folder by draging them to an element in the breadcrumb bar
also fixed dragging newly uploaded files and droppin in new folders
Diffstat (limited to 'files/css/files.css')
-rw-r--r-- | files/css/files.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css index 3b01bfe0971..ed67755ab4a 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -114,3 +114,7 @@ table td.filename a span.extention{ color:#999; } + +div.crumb{ + float:left; +}
\ No newline at end of file |