]> git.parisson.com Git - teleforma.git/commitdiff
Highlight the home text : https://trackers.pilotsystems.net/prebarreau/0709
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 7 Sep 2023 13:52:22 +0000 (15:52 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 7 Sep 2023 13:52:22 +0000 (15:52 +0200)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/courses.html

index 8b967af0fb7e6bc7ceffb0d784a4ffbec1661bd1..009ecc7aa857cce46557fe0fe31eecb286c6abbf 100644 (file)
@@ -3312,5 +3312,18 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
 }
 
 
-
-
+#content .home-text {
+    border: 1px solid #505050;
+    box-shadow: 2px 2px 9px -2px #505050;
+    padding: 0;
+}
+#content .home-text h2 {
+    background-color: #355ea2;
+    border-top-left-radius: 5px;
+    color: white;
+    margin: 0;
+    padding: 8px;
+}
+#content .home-text p {
+    padding-left: 0.8em;
+}
\ No newline at end of file
index 8397810e786a7064ec54efa170c179feadc57b20..e1125585fdbba602533ac40d4db0943a0377c108 100644 (file)
@@ -74,7 +74,7 @@
   <br />
   {% endif %}
 
-  <div class="block">
+  <div class="block home-text">
     <h2>{{ home_title }}</h2>
     <p>
     {{ home_text|linebreaksbr }}