Refactored, no more redirects. Improved error messaging system
This commit is contained in:
+7
-1
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user