summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-04 13:38:30 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-04 13:38:30 +0200
commitb62e96d6cd0826fab8c8098306e3bf4bbb7b9682 (patch)
treea0ffb9f2f5fb876656d6d2a392f165841630cff5 /core/css
parent338b6238a78fac697f1a0ad51b06443b2ac01f22 (diff)
downloadnextcloud-server-b62e96d6cd0826fab8c8098306e3bf4bbb7b9682.tar.gz
nextcloud-server-b62e96d6cd0826fab8c8098306e3bf4bbb7b9682.zip
fix icons being slightly off in log in
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index d959aec0361..938c864e06f 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;