Refactored, no more redirects. Improved error messaging system

This commit is contained in:
2023-03-06 19:25:21 +01:00
parent 7cfcaeb9d7
commit 78b97c5094
87 changed files with 1801 additions and 2633 deletions
+7 -1
View File
@@ -207,7 +207,9 @@ table.subnetview td {
div.error, div.warning, div.info, div.note {
padding: 0 1em 0 36px;
margin: 1em 0 0 0;
-moz-border-radius: 12px;
border-radius: 12px;
width: 750px;
animation: fadeout 5s 2s forwards;
}
div.error {
border: 1px solid #8b0000;
@@ -239,3 +241,7 @@ div.info p,
div.note p {
margin: 0.5em 0.5em 0.5em 0;
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; height: 0; }
}