summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-07 14:58:01 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-07 14:58:01 +0200
commit77b5e2e661ed6bc5a4136dcfd7828c0f69ead1c5 (patch)
tree3b1527c5b90243db078333c04ad56710e57745e0 /apps/files/css
parent532f65116aec7171cd0a55b909c31e277c18570f (diff)
downloadnextcloud-server-77b5e2e661ed6bc5a4136dcfd7828c0f69ead1c5.tar.gz
nextcloud-server-77b5e2e661ed6bc5a4136dcfd7828c0f69ead1c5.zip
fix position of rename field, fix #10867
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 590fdd05f35..c2d031f9ac4 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -239,8 +239,8 @@ table td.filename a.name {
table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; }
table td.filename input.filename {
width: 70%;
- margin-top: 1px;
- margin-left: 48px;
+ margin-top: 6px;
+ margin-left: 7px;
cursor: text;
}
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; }