| ... |
... |
@@ -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; |
|
886 |
+ font-weight: 400; |
| 886 |
886 |
} |
| 887 |
887 |
|
| 888 |
888 |
#dialogv8 h2, #dialogv8 label { |
| ... |
... |
@@ -889,14 +889,18 @@ |
| 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; |
|
893 |
+ font-weight: 400; |
|
894 |
+ border-bottom: none; |
| 892 |
892 |
} |
| 893 |
893 |
|
| 894 |
894 |
.dialogv8-buttons { |
| 895 |
|
- margin-top: 20px; |
|
898 |
+ margin-top: 10px; |
|
899 |
+ padding-top: 10px; |
| 896 |
896 |
display: flex; |
| 897 |
897 |
justify-content: space-around; |
| 898 |
898 |
flex-wrap: wrap; |
| 899 |
899 |
gap: 10px; |
|
904 |
+ border-top: 1px solid black; |
| 900 |
900 |
} |
| 901 |
901 |
|
| 902 |
902 |
.dialog-buttons button { |
| ... |
... |
@@ -937,8 +937,10 @@ |
| 937 |
937 |
<div id="overlayv8" style="display: none;"> |
| 938 |
938 |
<div id="dialogv8"> |
| 939 |
939 |
<h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2> |
| 940 |
|
- <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
| 941 |
|
- <label for="dialogv8cb">Diese Entscheidung merken</label><br> |
|
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> |
| 942 |
942 |
<div class="dialogv8-buttons"> |
| 943 |
943 |
<button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |
| 944 |
944 |
<button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button> |