Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.2
bearbeitet von gru
am 08.09.2025, 12:27
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.16
bearbeitet von gru
am 08.09.2025, 13:13
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -875,6 +875,7 @@
875 875  
876 876   /* Dialog box */
877 877   #dialogv8 {
878 + user-select: none;
878 878   background-color: white;
879 879   padding: 20px;
880 880   border-radius: 25px;
... ... @@ -882,28 +882,39 @@
882 882   width: 400px;
883 883   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
884 884   text-align: center;
886 + font-family: "Corporate S W01","HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
887 + font-weight: 400;
885 885   }
886 886  
887 887   #dialogv8 h2, #dialogv8 label {
888 888   margin-top: 0;
889 889   font-size: 15px;
893 + font-family: "Corporate S W01","HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
894 + font-weight: 400;
895 + border-bottom: none;
890 890   }
891 891  
892 892   .dialogv8-buttons {
893 - margin-top: 20px;
899 + margin-top: 10px;
900 + padding-top: 10px;
894 894   display: flex;
895 895   justify-content: space-around;
896 896   flex-wrap: wrap;
897 897   gap: 10px;
905 + border-top: 1px solid black;
898 898   }
899 899  
900 - .dialog-buttons button {
908 + .dialog-buttons DIV {
901 901   padding: 10px 20px;
902 - font-size: 1rem;
910 + font-size: 15px;
903 903   border: none;
904 - border-radius: 5px;
912 + border-radius: 15px;
905 905   cursor: pointer;
906 906   }
915 + .dialog-buttons DIV:hover {
916 + opacity: 0.8;
917 + cursor: pointer;
918 + }
907 907  
908 908   .continue-button {
909 909   background-color: #617496;
... ... @@ -926,7 +926,7 @@
926 926   flex-direction: column;
927 927   }
928 928  
929 - .dialogv8-buttons button {
941 + .dialogv8-buttons DIV {
930 930   width: 100%;
931 931   }
932 932   }
... ... @@ -935,11 +935,13 @@
935 935  <div id="overlayv8" style="display: none;">
936 936   <div id="dialogv8">
937 937   <h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2>
938 - <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true">
939 - <label for="dialogv8cb">Diese Entscheidung merken</label><br>
950 + <div>
951 + <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true">
952 + <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br>
953 + </div>
940 940   <div class="dialogv8-buttons">
941 - <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button>
942 - <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button>
955 + <div class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</div>
956 + <div class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</div>
943 943   </div>
944 944   </div>
945 945  </div>