Added noscript

This commit is contained in:
Joey Lai
2017-02-02 13:19:39 +01:00
parent 67eb7b991e
commit 044ed6a9d3
4 changed files with 16 additions and 4 deletions

View File

@@ -133,6 +133,12 @@ label {
color: red;
}
.login_containerNoscript {
padding: 4px;
text-align: center;
color: red;
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
@@ -150,7 +156,7 @@ label {
margin: 16px auto;
overflow-y: auto;
padding: 20px;
width: 600px;
width: 650px;
}
select{