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