[Pkg-owncloud-commits] [owncloud] 06/70: fix icons being slightly off in log in

David Prévot taffit at moszumanska.debian.org
Mon Jul 14 17:38:02 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 b343b18cd960dd3b5e90a34ff19bfe87f1ab81c3
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri Jul 4 13:38:30 2014 +0200

    fix icons being slightly off in log in
---
 core/css/styles.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index d959aec..938c864 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -420,13 +420,13 @@ input[name='password-clone'] {
 #password-icon {
 	position: absolute;
 	left: 16px;
-	top: 20px;
+	top: 22px;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 	filter: alpha(opacity=30);
 	opacity: .3;
 }
 #adminpass-icon, #password-icon {
-	top: 15px;
+	top: 17px;
 }
 
 /* General new input field look */
@@ -474,7 +474,6 @@ label.infield {
 #body-login form input[type="checkbox"]+label {
 	position: relative;
 	margin: 0;
-	font-size: 13px;
 	padding: 14px;
 	padding-left: 28px;
 	margin-left: -28px;

-- 
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