... |
... |
@@ -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 { |
... |
... |
@@ -947,8 +947,8 @@ |
947 |
947 |
<label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |
948 |
948 |
</div> |
949 |
949 |
<div class="dialogv8-buttons"> |
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> |
|
945 |
+ <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |
|
946 |
+ <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button> |
952 |
952 |
</div> |
953 |
953 |
</div> |
954 |
954 |
</div> |