Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.10
bearbeitet von gru
am 08.09.2025, 13:01
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.15
bearbeitet von gru
am 08.09.2025, 13:12
Ä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;
... ... @@ -883,6 +883,7 @@
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;
887 + font-weight: 400;
886 886   }
887 887  
888 888   #dialogv8 h2, #dialogv8 label {
... ... @@ -889,11 +889,13 @@
889 889   margin-top: 0;
890 890   font-size: 15px;
891 891   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;
892 892   border-bottom: none;
893 893   }
894 894  
895 895   .dialogv8-buttons {
896 - margin-top: 20px;
899 + margin-top: 10px;
900 + padding-top: 10px;
897 897   display: flex;
898 898   justify-content: space-around;
899 899   flex-wrap: wrap;
... ... @@ -901,7 +901,7 @@
901 901   border-top: 1px solid black;
902 902   }
903 903  
904 - .dialog-buttons button {
908 + .dialog-buttons DIV {
905 905   padding: 10px 20px;
906 906   font-size: 15px;
907 907   border: none;
... ... @@ -930,7 +930,7 @@
930 930   flex-direction: column;
931 931   }
932 932  
933 - .dialogv8-buttons button {
937 + .dialogv8-buttons DIV {
934 934   width: 100%;
935 935   }
936 936   }
... ... @@ -944,8 +944,8 @@
944 944   <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br>
945 945   </div>
946 946   <div class="dialogv8-buttons">
947 - <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button>
948 - <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button>
951 + <div class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</div>
952 + <div class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</div>
949 949   </div>
950 950   </div>
951 951  </div>