]> git.parisson.com Git - mezzo.git/commitdiff
update next previous style
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 13 Apr 2016 08:05:13 +0000 (10:05 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 13 Apr 2016 08:05:13 +0000 (10:05 +0200)
app/festival/static/css/index.css
app/festival/static/scss/modules/pager.scss
app/templates/agenda/event_detail.html

index 1cb600eee477153edc9688e7d7e94c5df166dfdf..5f8aa370164edc1533f81aa9b4733280bdc4a070 100755 (executable)
@@ -3189,16 +3189,20 @@ th {
 .pager {
   display: block;
   margin: 0.5rem auto;
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  padding-left: 0;
 }
 
-/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
+/* line 13, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
 .pager__item--before,
 .pager__item--after {
   display: block;
   text-transform: uppercase;
+  font-size: 0.75rem;
 }
 
-/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
+/* line 20, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
 .formContent {
   background: #000;
 }
index 518e0fd069c37e8596112d125c6d513cada544f7..b46ce05b1830f51981e135e5c5f3000e8d79a65c 100755 (executable)
@@ -4,13 +4,17 @@
 
 .pager {
   display: block;
-  margin: 0.5rem auto
+  margin: 0.5rem auto;
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  padding-left: 0;
 }
 
 .pager__item--before,
 .pager__item--after {
   display: block;
   text-transform: uppercase;
+  font-size: 0.75rem;
 }
 
 .formContent {
index a7b591f4b69d3b07b4e0cd52567a99b74560eb6f..4a26e3f78d3f2f46d6748c709fbae8be002fccd2 100644 (file)
 {% endcomment %}
 
 {% block event_previous_next %}
-<hr/>
 <ul class="split-container pager">
     {% with event.get_previous_by_publish_date as previous %}
         {% if previous %}
             <li class="split-left">
-                <a href="{{ previous.get_absolute_url }}" class="pager__item--before">&larr; {% trans "Previous event" %}</a>
+                <a href="{{ previous.get_absolute_url }}" class="pager__item--before event__meta__btn">&larr; {% trans "Previous event" %}</a>
             </li>
         {% endif %}
     {% endwith %}
     {% with event.get_next_by_publish_date as next %}
         {% if next %}
             <li class="split-right">
-                <a href="{{ next.get_absolute_url }}" class="pager__item--after">{% trans "Next event" %} &rarr;</a>
+                <a href="{{ next.get_absolute_url }}" class="pager__item--after event__meta__btn">{% trans "Next event" %} &rarr;</a>
             </li>
         {% endif %}
     {% endwith %}
 
 {% block event_related %}
 
-<hr style="margin-top: 1rem;">
 <h2 class="section__title">{% trans "Also discover" %}</h2>
 
 <div class="msry__container">