[Pkg-owncloud-commits] [owncloud] 202/258: fix position of rename field, fix #10867
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 77b5e2e661ed6bc5a4136dcfd7828c0f69ead1c5
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Tue Oct 7 14:58:01 2014 +0200
fix position of rename field, fix #10867
---
apps/files/css/files.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 590fdd0..c2d031f 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; }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list