| ... |
... |
@@ -882,33 +882,26 @@ |
| 882 |
882 |
width: 400px; |
| 883 |
883 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); |
| 884 |
884 |
text-align: center; |
| 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 |
890 |
margin-top: 0; |
| 891 |
891 |
font-size: 15px; |
| 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 |
|
- border-bottom: none; |
| 895 |
895 |
} |
| 896 |
896 |
|
| 897 |
897 |
.dialogv8-buttons { |
| 898 |
|
- margin-top: 10px; |
| 899 |
|
- padding-top: 10px; |
|
893 |
+ 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 |
907 |
.dialog-buttons button { |
| 908 |
908 |
padding: 10px 20px; |
| 909 |
|
- font-size: 15px; |
|
902 |
+ font-size: 1rem; |
| 910 |
910 |
border: none; |
| 911 |
|
- border-radius: 15px; |
|
904 |
+ border-radius: 5px; |
| 912 |
912 |
cursor: pointer; |
| 913 |
913 |
} |
| 914 |
914 |
|
| ... |
... |
@@ -942,10 +942,8 @@ |
| 942 |
942 |
<div id="overlayv8" style="display: none;"> |
| 943 |
943 |
<div id="dialogv8"> |
| 944 |
944 |
<h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2> |
| 945 |
|
- <div> |
| 946 |
|
- <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
| 947 |
|
- <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |
| 948 |
|
- </div> |
|
938 |
+ <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
|
939 |
+ <label for="dialogv8cb">Diese Entscheidung merken</label><br> |
| 949 |
949 |
<div class="dialogv8-buttons"> |
| 950 |
950 |
<button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |
| 951 |
951 |
<button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button> |