... |
... |
@@ -904,7 +904,7 @@ |
904 |
904 |
border-top: 1px solid black; |
905 |
905 |
} |
906 |
906 |
|
907 |
|
- .dialog-buttons DIV { |
|
907 |
+ .dialog-buttons button { |
908 |
908 |
padding: 10px 20px; |
909 |
909 |
font-size: 15px; |
910 |
910 |
border: none; |
... |
... |
@@ -933,7 +933,7 @@ |
933 |
933 |
flex-direction: column; |
934 |
934 |
} |
935 |
935 |
|
936 |
|
- .dialogv8-buttons DIV { |
|
936 |
+ .dialogv8-buttons button { |
937 |
937 |
width: 100%; |
938 |
938 |
} |
939 |
939 |
} |
... |
... |
@@ -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> |
|
950 |
+ <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |
|
951 |
+ <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button> |
952 |
952 |
</div> |
953 |
953 |
</div> |
954 |
954 |
</div> |