diff --git a/webadmin/EN/backup_failed.html b/webadmin/EN/backup_failed.html index 28eb77baa006f0343a87eb8373d326a1ab80ad50..a7869125ebaeae9eb4dd946330df9677571d473c 100644 --- a/webadmin/EN/backup_failed.html +++ b/webadmin/EN/backup_failed.html @@ -13,6 +13,7 @@ .header { text-align: center; padding: 32px; + color: red; } #iconpic { @@ -30,7 +31,7 @@ .appdesc { color: black; - font-size: 65%; + font-size: 100%; } button { @@ -50,6 +51,9 @@ text-decoration: none; color: black; } + a:link { + color: blue; + } button:hover, a:hover { opacity: 0.7; @@ -63,7 +67,9 @@ <h3>Backup has failed</h3> - <h4>See <a href="backup.txt">diagnostics</a></h4> + <p class="appdesc">For details see <a href="backup.txt">diagnostics</a></p> + + <br> <form action="backup.html"> <input type="submit" value="Go Back" /> diff --git a/webadmin/EN/restore_failed.html b/webadmin/EN/restore_failed.html index 588b957818b4c51fd5e47b6a64746954743c7810..6e5ea0e70a7050c38bb023ba438354c9c5069c88 100644 --- a/webadmin/EN/restore_failed.html +++ b/webadmin/EN/restore_failed.html @@ -13,6 +13,7 @@ .header { text-align: center; padding: 32px; + color: red; } #iconpic { @@ -30,7 +31,7 @@ .appdesc { color: black; - font-size: 65%; + font-size: 100%; } button { @@ -50,6 +51,9 @@ text-decoration: none; color: black; } + a:link { + color: blue; + } button:hover, a:hover { opacity: 0.7; @@ -63,7 +67,9 @@ <h3>Restore has failed</h3> - <h4>See <a href="restore.txt">diagnostics</a></h4> + <p class="appdesc">For details see <a href="restore.txt">diagnostics</a></p> + + <br> <form action="backup.html"> <input type="submit" value="Go Back" />