summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-04 13:38:30 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-07-04 14:58:09 +0200
commitb343b18cd960dd3b5e90a34ff19bfe87f1ab81c3 (patch)
tree1111e6d51e6fc5890065c734df2e1362ed417cd4 /core/css/styles.css
parent2224d1c0d3ea69666ef0be5eb874d1bd2822a419 (diff)
downloadnextcloud-server-b343b18cd960dd3b5e90a34ff19bfe87f1ab81c3.tar.gz
nextcloud-server-b343b18cd960dd3b5e90a34ff19bfe87f1ab81c3.zip
fix icons being slightly off in log in
Diffstat (limited to 'core/css/styles.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;