diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-30 14:32:20 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-30 14:32:20 +0100 |
commit | 1592764a60263a8ecfe691e25f522514eae5022c (patch) | |
tree | b45bef9d384c334cb28ff923d48195f23a76b763 /apps/files/css | |
parent | e6f1544f51c2a101e70e95f7726b2607b895b78e (diff) | |
download | nextcloud-server-1592764a60263a8ecfe691e25f522514eae5022c.tar.gz nextcloud-server-1592764a60263a8ecfe691e25f522514eae5022c.zip |
show a spinner instead of the delete button while moving files to the trash bin
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index f9406f58652..f3376458456 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -111,6 +111,7 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } } #fileList .fileactions a.action img { position:relative; top:.2em; } #fileList a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; } +#fileList img.move2trash { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; float:right; } a.action.delete { float:right; } a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } .selectedActions { display:none; float:right; } |