summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-23 10:12:46 +0200
committerGitHub <noreply@github.com>2016-08-23 10:12:46 +0200
commit09ab2177b6e91bc0c11f346b9da8c2add1755d6a (patch)
treeaceecd5ae53238a4ebb7e6b171736594d9b77ec8 /css
parentb3f9ecdc5847b4c4d97d2083d19b061345679f45 (diff)
Fix photo upload (#477)
* 80px -> 100px * Writing proper photo properly to the vcard
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 43ab6bd0..2430ef88 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -223,7 +223,7 @@ detailsitem.details-item-email select,
detailsitem.details-item-adr select,
detailsitem.details-item-impp select,
detailsitem.details-item-cloud select {
- width: 80px;
+ width: 100px;
margin-right: 0;
}