diff --git a/src/thsf/static/css/planning.css b/src/thsf/static/css/planning.css index a7f4750..18bb2d2 100644 --- a/src/thsf/static/css/planning.css +++ b/src/thsf/static/css/planning.css @@ -1,4 +1,3 @@ - .slot { display: flex; flex: 1; @@ -67,6 +66,10 @@ display: inline-block; } +.speaker_details:hover { + cursor: pointer; +} + .speaker .details { visibility: hidden; background-color: var(--main-color); diff --git a/src/thsf/templates/slot.html b/src/thsf/templates/slot.html index b87bc73..e308c47 100644 --- a/src/thsf/templates/slot.html +++ b/src/thsf/templates/slot.html @@ -4,8 +4,8 @@ {% for speaker in slot.speakers %}
{{speaker.name | title}} - {% if speaker.avatar or speaker.biography %} +
{% if speaker.avatar %}