... |
... |
@@ -889,7 +889,6 @@ |
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; |
892 |
|
- border-bottom: none; |
893 |
893 |
} |
894 |
894 |
|
895 |
895 |
.dialogv8-buttons { |
... |
... |
@@ -898,7 +898,6 @@ |
898 |
898 |
justify-content: space-around; |
899 |
899 |
flex-wrap: wrap; |
900 |
900 |
gap: 10px; |
901 |
|
- border-top: 1px solid black; |
902 |
902 |
} |
903 |
903 |
|
904 |
904 |
.dialog-buttons button { |
... |
... |
@@ -939,9 +939,9 @@ |
939 |
939 |
<div id="overlayv8" style="display: none;"> |
940 |
940 |
<div id="dialogv8"> |
941 |
941 |
<h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2> |
942 |
|
- <div> |
|
940 |
+ <div class="center"> |
943 |
943 |
<input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
944 |
|
- <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |
|
942 |
+ <label for="dialogv8cb">Diese Entscheidung merken</label><br> |
945 |
945 |
</div> |
946 |
946 |
<div class="dialogv8-buttons"> |
947 |
947 |
<button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |