aboutsummaryrefslogtreecommitdiffstats
path: root/files/css/files.css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-07 21:43:35 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-07 21:55:58 +0200
commit47993fe29a6a7837e39b1e24e03c3b4ac9d7f794 (patch)
treedd3fed3ae02d32d0a0468db13db94daa74d61c06 /files/css/files.css
parent01a9d916e7fe477f6fb42a534e3265ddbe00fddd (diff)
downloadnextcloud-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.css4
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