]> git.parisson.com Git - mezzo.git/commitdiff
Event detail updates
authorPhilippe Barbosa <contact@philippebarbosa.com>
Wed, 6 Apr 2016 10:42:13 +0000 (12:42 +0200)
committerPhilippe Barbosa <contact@philippebarbosa.com>
Wed, 6 Apr 2016 10:42:13 +0000 (12:42 +0200)
app/festival/static/css/index.css
app/festival/static/scss/components/_sidebar.scss
app/templates/agenda/event_detail.html
app/templates/agenda/includes/event_card.html

index 416e66cb8a21b3ed9288d00ded8511b8994024af..27787c3ccffca5d98c4642f08850b32d33bc6051 100755 (executable)
@@ -517,6 +517,7 @@ body {
 
 /* line 30, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_defaults.scss */
 .clearfix:after, .container:after, .row:after, .sidebar__title--inverse:after,
+.section__title--inverse:after,
 .page__related__title--inverse:after, .row-box:after, .event__card:after, .event__card--alt:after, .event__card--full:after, .calendar__month:after, .sticked-form:after, .banner:after, .header:after, .navigation:after, .footer-nav:after, .media:after, .split-container:after, .video__list:after {
   content: "";
   display: table;
@@ -813,6 +814,7 @@ pre > p {
 
 /* line 22, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_layout.scss */
 .row, .sidebar__title--inverse,
+.section__title--inverse,
 .page__related__title--inverse, .row-box, .event__card, .event__card--alt, .event__card--full, .calendar__month {
   display: block;
 }
@@ -1771,7 +1773,9 @@ th {
 
 /* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
 .sidebar__title, .sidebar__title--inverse,
+.section__title--inverse,
 .page__related__title--inverse,
+.section__title,
 .page__related__title {
   text-transform: uppercase;
   display: inline-block;
@@ -1785,8 +1789,9 @@ th {
   border-bottom: 1px solid #fff;
 }
 
-/* line 17, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
+/* line 18, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
 .sidebar__title--inverse,
+.section__title--inverse,
 .page__related__title--inverse {
   color: #000;
   border-top-color: #000;
@@ -1794,7 +1799,7 @@ th {
   margin-bottom: 2rem;
 }
 
-/* line 28, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
+/* line 29, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
 .sidebar__entry {
   font-size: 1rem;
   margin: 0;
@@ -1803,7 +1808,7 @@ th {
   font: 400 0.85rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 
-/* line 36, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
+/* line 37, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
 .cta__panel {
   margin-top: 2rem;
 }
@@ -3314,8 +3319,6 @@ th {
   text-align: left;
   margin: 2rem auto;
   padding: .3rem 0;
-  border-top: 1px solid #9f7f3c;
-  border-bottom: 1px solid #9f7f3c;
   list-style: none;
 }
 
index 969f605bddeca59b69e7e77aae0b4896edd94bcb..78571ec2876043b2c88c3dd3bde27a36e0002591 100755 (executable)
@@ -3,6 +3,7 @@
 // ****************************************************************
 
 .sidebar__title,
+.section__title,
 .page__related__title {
   text-transform: uppercase;
   display: inline-block;
index f266570c425d296819750000a5e2c592b0a164b5..d4f56a71ccca9c2e7dd73de0a6a85c8b290b0c4b 100644 (file)
@@ -78,6 +78,7 @@
 {% endblock %}
 
 {% if event.location %}
+<h3 class="section__title--inverse">Le lieu :</h3>
 {% block event_detail_location %}
 {% editable event.location %}
 <div class="event__card--full">
 
 {% block event_related %}
 
-<h2>{% trans "Artists" %}</h2>
-{% for artist in event.artists.all %}
-    {% include "festival/inc/artist_card.html" %}
-{% endfor %}
+<h3 class="section__title--inverse">{% trans "Artists" %}</h3>
+<div class="row">
+    {% for artist in event.artists.all %}
+        {% include "festival/inc/artist_card.html" %}
+    {% endfor %}
+</div>
 
-<h2>{% trans "Videos" %}</h2>
-{% for video in event.videos.all %}
-    {% include 'festival/inc/video_card.html' %}
-{% endfor %}
+<h3 class="section__title--inverse">{% trans "Videos" %}</h3>
+<div class="row">
+    {% for video in event.videos.all %}
+        {% include 'festival/inc/video_card.html' %}
+    {% endfor %}
+</div>
 
 {% endblock %}
 
index 0587566d3dfda76185a76d4758eb6ddcdb276981..f13afb01ef49a0ce4d84253a1e8a721841274691 100644 (file)
@@ -33,7 +33,7 @@
         </div>
         {% endcomment %}
 {% endblock %}
-
+<!--[if IE]><![endif]-->
 {% block booking %}
 <a href="{{ event.get_absolute_url }}" class="btn btn-full">
     {# <i class="icon icon__bookmark"></i> #}