... |
... |
@@ -883,7 +883,6 @@ |
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; |
887 |
887 |
} |
888 |
888 |
|
889 |
889 |
#dialogv8 h2, #dialogv8 label { |
... |
... |
@@ -890,18 +890,14 @@ |
890 |
890 |
margin-top: 0; |
891 |
891 |
font-size: 15px; |
892 |
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; |
|
895 |
+ 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 { |
... |
... |
@@ -942,9 +942,9 @@ |
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> |
|
940 |
+ <div class="center"> |
946 |
946 |
<input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
947 |
|
- <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |
|
942 |
+ <label for="dialogv8cb">Diese Entscheidung merken</label><br> |
948 |
948 |
</div> |
949 |
949 |
<div class="dialogv8-buttons"> |
950 |
950 |
<button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |