summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-01-09 13:01:30 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-01-09 13:05:22 +0100
commit720fe858a33f15af7a320686f21b846b67c2bf6d (patch)
tree7727bc0f22885afae60fdadc97bf39928d1587d4 /apps/files/css
parenta5099b01f93ec81602c8facba04233c7bc65ed47 (diff)
downloadnextcloud-server-720fe858a33f15af7a320686f21b846b67c2bf6d.tar.gz
nextcloud-server-720fe858a33f15af7a320686f21b846b67c2bf6d.zip
fix rename field position, fix #12927
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 1e7b1d45f71..5b947fa326c 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -261,10 +261,14 @@ table td.filename .thumbnail {
}
table td.filename input.filename {
width: 70%;
- margin-top: 1px;
- margin-left: 48px;
+ margin-top: 9px;
+ margin-left: 8px;
cursor: text;
}
+.has-favorites table td.filename input.filename {
+ margin-left: 52px;
+}
+
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-child { float:left; padding:15px 0; }