Unify invite code and contacts page link style

This commit is contained in:
Steffen van Bergerem 2015-03-19 02:46:25 +01:00
parent efa2f43f72
commit 4a7781f1e7
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#invite_code { #invite_code {
background-color: $white;
cursor: text; cursor: text;
display: block; display: block;
margin-top: 5px; margin-top: 5px;

View file

@ -34,7 +34,6 @@
} }
& > #invite_code { & > #invite_code {
background-color: $white;
box-sizing: border-box; box-sizing: border-box;
font-size: 11px; font-size: 11px;
height: 30px; height: 30px;

View file

@ -4,7 +4,7 @@
%hr %hr
- if AppConfig.settings.community_spotlight.enable? - if AppConfig.settings.community_spotlight.enable?
.text-center.spotlight .text-center.spotlight
= link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "element_selector" = link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "btn btn-link"
.text-center .text-center
.btn.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'} .btn.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'}
= t('invitations.new.invite_someone_to_join') = t('invitations.new.invite_someone_to_join')