Merge branch 'joey-testing' into 'master'

Joey testing

See merge request !182
This commit was merged in pull request #186.
This commit is contained in:
Lars van Hijfte
2017-02-02 13:57:25 +01:00
6 changed files with 34 additions and 7 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{