]> git.parisson.com Git - mezzo.git/commitdiff
Add production notes in event details
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 16:11:55 +0000 (18:11 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 16:11:55 +0000 (18:11 +0200)
app/static/src/sass/global/_typography.scss
app/templates/agenda/event_detail.html

index 0f661e6e34f1c9e7c48701da82dae02dd925ee17..45d8712df1b0e7044520ae0d5d79470e1f0e77c8 100755 (executable)
@@ -164,3 +164,12 @@ h1 + .chapo {
        font-weight: weight(regular);
 
 }
+
+.small-text {
+
+       @include font-size(xs);
+    @include line-height(1);
+       @include typeface(serif);
+       font-weight: weight(light);
+
+}
index 245ed6969ee7e221cc7edaa72dd4f5e154752464..0e5a9729f929061c608d894852552db864ecd3b3 100644 (file)
 {% endblock %}
 
 {% block page_link %}
-    {% with event.links.all as links %}
-        {% if links %}
-            {% include 'core/inc/link.html' %}
-        {% endif %}
-    {% endwith %}
+    <div class="row">
+        {% with event.links.all as links %}
+            {% if links %}
+                <div class="col-xs-6">
+                    {% include 'core/inc/link.html' %}
+                </div>
+            {% endif %}
+        {% endwith %}
+        <div class="col-xs-6">
+            <div class="small-text">
+                Notes de productions<br />
+                Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod, modi sunt culpa sequi. Consequatur voluptate sapiente minus repellat earum, rerum asperiores, architecto quibusdam, dolore, soluta placeat aliquid. Voluptatum, dignissimos, quisquam.
+            </div>
+        </div>
+    </div>
+
 {% endblock %}
 
 {% block page_audio %}