diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_event_info.html b/src/pretix/presale/templates/pretixpresale/event/fragment_event_info.html index 46142798e0..c755f23ace 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_event_info.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_event_info.html @@ -4,7 +4,7 @@ {% if ev.location and show_location %}

{{ ev.location|linebreaksbr }} @@ -14,7 +14,7 @@ {% if ev.settings.show_dates_on_frontpage %}

{{ ev.get_date_range_display_as_html }} diff --git a/src/pretix/static/pretixpresale/scss/main.scss b/src/pretix/static/pretixpresale/scss/main.scss index fccf300d43..17acd4dccb 100644 --- a/src/pretix/static/pretixpresale/scss/main.scss +++ b/src/pretix/static/pretixpresale/scss/main.scss @@ -295,18 +295,21 @@ a:hover .panel-primary > .panel-heading { min-height: 30px; margin-bottom: 10px; - .info-row-icon { + .info-row-icon, + & > img { position: absolute; - top: -5px; - left: 0; + top: -6px; + left: 3px; font-size: 26px; + text-align: center; color: $brand-primary; margin-top: 3px; width: 26px; height: auto; - .fa { - vertical-align: top; - } + } + .info-row-icon .fa { + vertical-align: top; + width: auto; } p { margin-left: 40px;