... |
... |
@@ -882,23 +882,29 @@ |
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; |
|
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 |
889 |
margin-top: 0; |
890 |
890 |
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; |
891 |
891 |
} |
892 |
892 |
|
893 |
893 |
.dialogv8-buttons { |
894 |
|
- margin-top: 20px; |
|
898 |
+ margin-top: 10px; |
|
899 |
+ padding-top: 10px; |
895 |
895 |
display: flex; |
896 |
896 |
justify-content: space-around; |
897 |
897 |
flex-wrap: wrap; |
898 |
898 |
gap: 10px; |
|
904 |
+ border-top: 1px solid black; |
899 |
899 |
} |
900 |
900 |
|
901 |
|
- .dialog-buttons button { |
|
907 |
+ .dialog-buttons DIV { |
902 |
902 |
padding: 10px 20px; |
903 |
903 |
font-size: 15px; |
904 |
904 |
border: none; |
... |
... |
@@ -927,7 +927,7 @@ |
927 |
927 |
flex-direction: column; |
928 |
928 |
} |
929 |
929 |
|
930 |
|
- .dialogv8-buttons button { |
|
936 |
+ .dialogv8-buttons DIV { |
931 |
931 |
width: 100%; |
932 |
932 |
} |
933 |
933 |
} |
... |
... |
@@ -936,11 +936,13 @@ |
936 |
936 |
<div id="overlayv8" style="display: none;"> |
937 |
937 |
<div id="dialogv8"> |
938 |
938 |
<h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2> |
939 |
|
- <input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
940 |
|
- <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> |
941 |
941 |
<div class="dialogv8-buttons"> |
942 |
|
- <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |
943 |
|
- <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button> |
|
950 |
+ <div class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</div> |
|
951 |
+ <div class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</div> |
944 |
944 |
</div> |
945 |
945 |
</div> |
946 |
946 |
</div> |