... |
... |
@@ -875,7 +875,6 @@ |
875 |
875 |
|
876 |
876 |
/* Dialog box */ |
877 |
877 |
#dialogv8 { |
878 |
|
- user-select: none; |
879 |
879 |
background-color: white; |
880 |
880 |
padding: 20px; |
881 |
881 |
border-radius: 25px; |
... |
... |
@@ -883,33 +883,26 @@ |
883 |
883 |
width: 400px; |
884 |
884 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); |
885 |
885 |
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; |
888 |
888 |
} |
889 |
889 |
|
890 |
|
- #dialogv8 h2, #dialogv8 label { |
|
887 |
+ #dialogv8 h2 { |
891 |
891 |
margin-top: 0; |
892 |
|
- 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; |
|
889 |
+ font-size: 1.2rem; |
896 |
896 |
} |
897 |
897 |
|
898 |
898 |
.dialogv8-buttons { |
899 |
|
- margin-top: 10px; |
900 |
|
- padding-top: 10px; |
|
893 |
+ margin-top: 20px; |
901 |
901 |
display: flex; |
902 |
902 |
justify-content: space-around; |
903 |
903 |
flex-wrap: wrap; |
904 |
904 |
gap: 10px; |
905 |
|
- border-top: 1px solid black; |
906 |
906 |
} |
907 |
907 |
|
908 |
|
- .dialog-buttons DIV { |
|
900 |
+ .dialog-buttons button { |
909 |
909 |
padding: 10px 20px; |
910 |
|
- font-size: 15px; |
|
902 |
+ font-size: 1rem; |
911 |
911 |
border: none; |
912 |
|
- border-radius: 15px; |
|
904 |
+ border-radius: 5px; |
913 |
913 |
cursor: pointer; |
914 |
914 |
} |
915 |
915 |
|
... |
... |
@@ -934,7 +934,7 @@ |
934 |
934 |
flex-direction: column; |
935 |
935 |
} |
936 |
936 |
|
937 |
|
- .dialogv8-buttons DIV { |
|
929 |
+ .dialogv8-buttons button { |
938 |
938 |
width: 100%; |
939 |
939 |
} |
940 |
940 |
} |
... |
... |
@@ -943,13 +943,11 @@ |
943 |
943 |
<div id="overlayv8" style="display: none;"> |
944 |
944 |
<div id="dialogv8"> |
945 |
945 |
<h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2> |
946 |
|
- <div> |
947 |
|
- <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
948 |
|
- <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |
949 |
|
- </div> |
|
938 |
+ <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
|
939 |
+ <label for="dialogv8cb">Diese Entscheidung merken</label><br> |
950 |
950 |
<div class="dialogv8-buttons"> |
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> |
|
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> |
953 |
953 |
</div> |
954 |
954 |
</div> |
955 |
955 |
</div> |