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 /core | |
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 'core')
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index a0dd69516cf..f0dfd1e9b15 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -249,9 +249,9 @@ table td.delete { background-image:url('../img/delete.png'); } #fileList tr:hover input[type=checkbox] { display:inline; } /* NAVIGATION BAR */ -p.nav { margin:1em 0 0 2em; padding:0.8em; line-height:16px; font-weight:bold; } -p.nav a { padding:0.5em 1.5em 0.5em 0.5em; background-position:right center; background-repeat:no-repeat; background-image:url('../img/arrow.png'); text-decoration:none; } -p.nav a img { height:16px; vertical-align:text-top; } +span.nav { margin:1em 0 0 2em; padding:0.8em; line-height:16px; font-weight:bold; display:block} +span.nav a { padding:0.5em 1.5em 0.5em 0.5em; background-position:right center; background-repeat:no-repeat; background-image:url('../img/arrow.png'); text-decoration:none; } +span.nav a img { height:16px; vertical-align:text-top; } /* ACTIONS BAR */ p.actions, div.actions { padding:0; } |