Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2012-04-15 16:15:11 +0400
committerJan-Christoph Borchardt <jan@unhosted.org>2012-04-15 16:15:11 +0400
commit897261daf48a0b60227c7fce248cfd1c56fe68b1 (patch)
tree3534dceb2780142be223988d18ccf89694e8929c /files
parent38cb716a572a8af136f6260089bc486413c6ca9f (diff)
display file actions perfectly
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 96bc711a4b9..eb05d468f04 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -70,8 +70,12 @@ table thead.fixed { height:2em; }
#fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; }
#select_all { float:left; margin:.3em 0.6em 0 .5em; }
#uploadsize-message,#delete-confirm { display:none; }
-.selectedActions a,#fileList a.action { display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; }
-a.action>img{ max-height:16px; max-width:16px; vertical-align:text-top; }
+.fileactions { position:absolute; right:0; top:.8em; font-size:.8em; }
+#fileList .fileactions a.action { position:relative; top:-.3em; }
+#fileList .fileactions a.action img { position:relative; top:.2em; }
+.selectedActions a,#fileList a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; }
+a.action.delete { float:right; }
+a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
.selectedActions { display:none; }
/* add breadcrumb divider to the File item in navigation panel */