summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-04 11:48:03 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-04 11:48:03 +0100
commit3abea9056d87be632bcdfc95a980316dee0e7c40 (patch)
treee49333703cf6f950687ae17630b84834bdb25dcf /css
parent52534a2bf6291c45f5b9e2dee9af6bd8aa3a55d5 (diff)
enlarge contact thumbnail from 32 to 40px again
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 1be93192..e5e61af1 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -44,9 +44,9 @@
.contact__icon {
display: inline-block;
- height: 32px;
- width: 32px;
- line-height: 32px;
+ height: 40px;
+ width: 40px;
+ line-height: 40px;
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
@@ -180,8 +180,8 @@ detailsitem .icon-delete {
.app-content-list-item-icon {
position: absolute;
display: inline-block;
- left: 10px;
- top: 18px; /* change back to 5px when we implement starring */
+ left: 6px;
+ top: 14px;
}
.app-content-list-item-star {