diff --git a/app/assets/stylesheets/form.sass b/app/assets/stylesheets/form.sass index f1cf9285..f4d431ff 100644 --- a/app/assets/stylesheets/form.sass +++ b/app/assets/stylesheets/form.sass @@ -153,7 +153,7 @@ input, textarea, select, a.button, .actions > button, div.tagsinput, .ui-autocom content: fa-content($fa-var-external-link-alt) &.diaspora label:after, td.diaspora em:before, dt.diaspora em:before content: "*" - font-size: 22px + font-size: 24px font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif line-height: 0 &.tags label:before, th.tags a:before diff --git a/app/views/orgas/index.html.haml b/app/views/orgas/index.html.haml index 94be883b..bdf037ac 100644 --- a/app/views/orgas/index.html.haml +++ b/app/views/orgas/index.html.haml @@ -45,7 +45,7 @@ %td.diaspora - if orga.diaspora.present? = link_to orga.diaspora do - %em.fa{ title: Orga.human_attribute_name(:diaspora) } + %em.fa{ title: Orga.human_attribute_name(:diaspora) + '*' } %td.feed - if orga.feed.present? = link_to orga.feed do