make icons a bit smaller

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-18 14:55:00 +01:00 committed by Roeland Jago Douma
parent f062c6daee
commit 6e783f8345
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 3 additions and 3 deletions

View File

@ -91,9 +91,9 @@ input#openid, input#webdav { width:20em; }
#personal-settings-avatar-container h2 span[class^="icon-"] {
display: inline-block;
padding: 8px;
margin-left: -5px;
margin-bottom: -8px;
background-size: 22px;
margin-left: -8px;
margin-bottom: -10px;
background-size: 16px;
opacity: .3;
cursor: pointer;
}