| ... |
... |
@@ -875,7 +875,6 @@ |
| 875 |
875 |
|
| 876 |
876 |
/* Dialog box */ |
| 877 |
877 |
#dialogv8 { |
| 878 |
|
- user-select: none; |
| 879 |
879 |
background-color: white; |
| 880 |
880 |
padding: 20px; |
| 881 |
881 |
border-radius: 25px; |
| ... |
... |
@@ -905,17 +905,13 @@ |
| 905 |
905 |
border-top: 1px solid black; |
| 906 |
906 |
} |
| 907 |
907 |
|
| 908 |
|
- .dialogv8-buttons DIV { |
| 909 |
|
- padding: 7px 9px; |
|
907 |
+ .dialog-buttons DIV { |
|
908 |
+ padding: 10px 20px; |
| 910 |
910 |
font-size: 15px; |
| 911 |
911 |
border: none; |
| 912 |
912 |
border-radius: 15px; |
| 913 |
913 |
cursor: pointer; |
| 914 |
914 |
} |
| 915 |
|
- .dialogv8-buttons DIV:hover { |
| 916 |
|
- opacity: 0.8; |
| 917 |
|
- cursor: pointer; |
| 918 |
|
- } |
| 919 |
919 |
|
| 920 |
920 |
.continue-button { |
| 921 |
921 |
background-color: #617496; |
| ... |
... |
@@ -946,7 +946,7 @@ |
| 946 |
946 |
|
| 947 |
947 |
<div id="overlayv8" style="display: none;"> |
| 948 |
948 |
<div id="dialogv8"> |
| 949 |
|
- <h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version wechseln?</h2> |
|
944 |
+ <h2>Die aktuelle formcycle Version ist die Version 8. Möchten Sie zur Hilfe für diese Version weitergeleitet werden?</h2> |
| 950 |
950 |
<div> |
| 951 |
951 |
<input type="checkbox" id="dialogv8cb" name="dialogv8cb" value="true"> |
| 952 |
952 |
<label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |