Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.14
bearbeitet von gru
am 08.09.2025, 13:11
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.9
bearbeitet von gru
am 08.09.2025, 13:00
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -883,7 +883,6 @@
883 883   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
884 884   text-align: center;
885 885   font-family: "Corporate S W01","HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
886 - font-weight: 400;
887 887   }
888 888  
889 889   #dialogv8 h2, #dialogv8 label {
... ... @@ -890,21 +890,18 @@
890 890   margin-top: 0;
891 891   font-size: 15px;
892 892   font-family: "Corporate S W01","HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
893 - font-weight: 400;
894 894   border-bottom: none;
895 895   }
896 896  
897 897   .dialogv8-buttons {
898 - margin-top: 10px;
899 - padding-top: 10px;
896 + margin-top: 20px;
900 900   display: flex;
901 901   justify-content: space-around;
902 902   flex-wrap: wrap;
903 903   gap: 10px;
904 - border-top: 1px solid black;
905 905   }
906 906  
907 - .dialog-buttons DIV {
903 + .dialog-buttons button {
908 908   padding: 10px 20px;
909 909   font-size: 15px;
910 910   border: none;
... ... @@ -933,7 +933,7 @@
933 933   flex-direction: column;
934 934   }
935 935  
936 - .dialogv8-buttons DIV {
932 + .dialogv8-buttons button {
937 937   width: 100%;
938 938   }
939 939   }
... ... @@ -947,8 +947,8 @@
947 947   <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br>
948 948   </div>
949 949   <div class="dialogv8-buttons">
950 - <div class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</div>
951 - <div class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</div>
946 + <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button>
947 + <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button>
952 952   </div>
953 953   </div>
954 954  </div>