diff --git a/app/assets/stylesheets/osem-splash.scss b/app/assets/stylesheets/osem-splash.scss index bba69916..ce0418d6 100644 --- a/app/assets/stylesheets/osem-splash.scss +++ b/app/assets/stylesheets/osem-splash.scss @@ -175,6 +175,6 @@ } } -#publicorprivate { +.publicorprivate { padding-top: 30px; } diff --git a/app/views/admin/splashpages/show.html.haml b/app/views/admin/splashpages/show.html.haml index 52d84ab0..4184e1bd 100644 --- a/app/views/admin/splashpages/show.html.haml +++ b/app/views/admin/splashpages/show.html.haml @@ -50,9 +50,9 @@ = link_to 'Delete', admin_conference_splashpage_path, method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn btn-danger' - if @conference.splashpage && @conference.splashpage.public - %p.text-muted#publicorprivate Public + %p.text-muted.publicorprivate Public - else - %p.text-muted#publicorprivate Private + %p.text-muted.publicorprivate Private - else .row .col-md-12.text-right