diff --git a/views/shared/modals/members.jade b/views/shared/modals/members.jade index 2813bcb659..0605979ac7 100644 --- a/views/shared/modals/members.jade +++ b/views/shared/modals/members.jade @@ -12,9 +12,9 @@ div(ng-controller='MemberModalCtrl') ul(ng-show='profile.profile.websites') li(ng-repeat='website in profile.profile.websites') a(href='{{website}}', target='_blank') {{website}} - ul.well.unstyled(ng-if='profile.auth.timestamps') - li(ng-show='profile.auth.timestamps.created') Member since {{timestamp(profile.auth.timestamps.created)}} - li(ng-show='profile.auth.timestamps.loggedin') Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} + ul.muted.unstyled(ng-if='profile.auth.timestamps', style='margin-top:10px;') + li(ng-show='profile.auth.timestamps.created') - Member since {{timestamp(profile.auth.timestamps.created)}} - + li(ng-show='profile.auth.timestamps.loggedin') - Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} - h3 Stats include ../profiles/stats .span6