Browse Source

changed en_ettente display

Bachir Soussi Chiadmi 7 years ago
parent
commit
78af1ca4c8

+ 2 - 1
sites/all/themes/figureslibres/clameurs/css/dist/styles.css

@@ -287,7 +287,8 @@ input {
       top: -170px; }
     .node-thematique > h2 span.date {
       font-size: 0.3em;
-      font-weight: 600; }
+      font-weight: 600;
+      display: block; }
   .node-thematique .content {
     letter-spacing: -0.25em; }
     .node-thematique .content > * {

+ 1 - 1
sites/all/themes/figureslibres/clameurs/css/styles.scss

@@ -403,7 +403,7 @@ $header_height_large:400px;
     span.date{
       font-size: 0.3em;
       font-weight: 600;
-      // display: block;
+      display: block;
       // color: #000;
     }
 	}

+ 1 - 1
sites/all/themes/figureslibres/clameurs/templates/node.tpl.php

@@ -89,12 +89,12 @@
         <?php if ($anchor_target): ?>
           <span class="target" id="<?php print $anchor_target; ?>"></span>
         <?php endif; ?>
-        <?php print $title; ?>
         <?php if ($wf_stamp): ?>
             <span class="date">
               <?php print format_date($wf_stamp, 'custom', "d F Y"); ?>
             </span>
         <?php endif; ?>
+        <?php print $title; ?>
       </h2>
   <?php endif; ?>