]> git.parisson.com Git - teleforma.git/commitdiff
Change next / previous button style
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 12 Jul 2023 14:27:32 +0000 (16:27 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 12 Jul 2023 14:27:32 +0000 (16:27 +0200)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/seminar_detail.html

index f9f5e338828476f7ad31e0c420fdb2dd09f3a3d7..697c00f0a7cffdea6f40464f0a2e1fc53c168076 100644 (file)
@@ -2255,6 +2255,10 @@ form .exceed{
 .multipart-tabs .disabled {
     pointer-events: none;
 }
+.multipart .prev-next-buttons input {
+    font-size: 1.4em;
+    padding: 0.3em 1em;
+}
 .multipart .multipart-previous {
     float:left;
 }
index 8aff28517b924d8db20f59054d2bc868a91da03e..e9c60eb53eca7dd7a2a1ed84461967494e80b81e 100644 (file)
     </div>
 
     <div class="prev-next-buttons">
-      <input type="button" value="Précédent" class="multipart-previous" />
-      <input type="button" value="Suivant" class="multipart-next" />
+      <input type="button" value="Précédent" class="multipart-previous" />
+      <input type="button" value="Suivant >" class="multipart-next" />
     </div>
   </div>