hide closing icon, make avatars a bit larger

This commit is contained in:
Lisa Passing 2015-03-25 15:00:53 +01:00
parent 51477b6938
commit 6a3a70bfe2
2 changed files with 4 additions and 4 deletions
app
styles/app/layouts
templates

View File

@ -61,8 +61,8 @@
.media-elem .media-elem
width: 12% width: 12%
img img
width: 2rem width: 2.2rem
height: 2rem height: 2.2rem
border-radius: 50% border-radius: 50%
.media-body .media-body
width: 88% width: 88%

View File

@ -14,7 +14,7 @@
{{else}} {{else}}
<div class="sync-button"> <div class="sync-button">
<button {{action sync}} class="button"> <button {{action sync}} class="button">
<span class="icon icon-sync"></span>Sync for all users <span class="icon icon-sync"></span>Sync
</button> </button>
<p class="sync-last">last synced {{format-time user.syncedAt}}</p> <p class="sync-last">last synced {{format-time user.syncedAt}}</p>
</div> </div>
@ -28,7 +28,7 @@
</header> </header>
<section class="profile-getstarted"> <section class="profile-getstarted">
<a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a> {{!-- <a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a> --}}
<ol class="row"> <ol class="row">
<li class="columns medium-4"> <li class="columns medium-4">
<figure> <figure>