[Pkg-owncloud-commits] [owncloud] 244/273: fix position of rename function, and text size

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:22 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 e695244f32d70d4d008f35252ea7f391797df403
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Jul 3 02:08:53 2014 +0200

    fix position of rename function, and text size
---
 apps/files/css/files.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 3bc6640..ff6c6a6 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -230,10 +230,9 @@ 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: 80%;
-	font-size: 14px;
-	margin-top: 0;
-	margin-left: 2px;
+	width: 70%;
+	margin-top: 1px;
+	margin-left: 48px;
 	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