summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-04-28 23:11:48 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-04-28 23:11:48 +0200
commitafeb9d9cbfdb8eb0fea3bffdf0d1ae88fddcaf7d (patch)
tree40664772d52b7ff3735213f65cea8dcd9a38574d
parentbef701c4487e8dc196201fae64c8348375df738f (diff)
downloadnextcloud-server-afeb9d9cbfdb8eb0fea3bffdf0d1ae88fddcaf7d.tar.gz
nextcloud-server-afeb9d9cbfdb8eb0fea3bffdf0d1ae88fddcaf7d.zip
moving the file actions properly
-rw-r--r--apps/files/css/files.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index a135f7ded5b..9df49ad4711 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -64,7 +64,7 @@ table td.filename a.name input, table td.filename a.name form { width:100%; curs
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:.2em .5em .5em 0; }
table td.filename .nametext, .uploadtext, .modified { float:left; padding:.3em 0; }
// TODO fix usability bug (accidental file/folder selection)
-table td.filename .nametext { width:70%; overflow:hidden; }
+table td.filename .nametext { width:40em; overflow:hidden; text-overflow:ellipsis; }
table td.filename .uploadtext { font-weight:normal; margin-left:.5em; }
table td.filename form { float:left; font-size:.85em; }
table thead.fixed tr{ position:fixed; top:6.5em; z-index:49; -moz-box-shadow:0 -3px 7px #ddd; -webkit-box-shadow:0 -3px 7px #ddd; box-shadow:0 -3px 7px #ddd; }
@@ -75,7 +75,7 @@ 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; }
-.fileactions { position:relative; top:.3em; right:-4em; font-size:.8em; }
+.fileactions { position:relative; top:.3em; font-size:.8em; float:right; }
#fileList .fileactions a.action img { position:relative; top:.2em; }
#fileList a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; }
a.action.delete { float:right; }
@@ -88,4 +88,4 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
#navigation>ul>li:first-child { background:url('%webroot%/core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; position:fixed; }
#navigation>ul>li:first-child+li { padding-top:2.9em; }
-#scanning-message{ top:40%; left:40%; position:absolute; display:none }
+#scanning-message{ top:40%; left:40%; position:absolute; display:none; }