mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Fixed modals' background.
This commit is contained in:
parent
5a3217ecd2
commit
aed624dc58
10 changed files with 27 additions and 16 deletions
|
@ -23,7 +23,7 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
{% for rightNavigationButton in site.rightNavigationButtons %}
|
||||
<a href="{% if rightNavigationButton.permalink != null %} {{ rightNavigationButton.permalink | prepend: site.baseurl }} {% else %} {{ rightNavigationButton.link }} {% endif %}" class="{% if forloop.index == 1 %}right-nav-button-rightest {% endif %}right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" {% if rightNavigationButton.link != null %}target="_blank"{% endif %}>
|
||||
<a href="{% if rightNavigationButton.permalink != null %} {{ rightNavigationButton.permalink | prepend: site.baseurl }} {% else %} {{ rightNavigationButton.link }} {% endif %}" class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" {% if rightNavigationButton.link != null %}target="_blank"{% endif %}>
|
||||
{{ rightNavigationButton.text }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<div class="slot-content">
|
||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||
{% if session.description != null %}
|
||||
<p class="theme-description"><br>{{ session.description }}</p>
|
||||
<p class="service-description">{{ session.description }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue