Added a notice because of login problems

This commit is contained in:
Bram van der Veen 2015-08-08 22:07:34 +02:00
parent 22f7b0c2de
commit c81e268f18
3 changed files with 16 additions and 2 deletions

@ -1 +1 @@
Subproject commit c58d75d23f54a450a753b5ee19292accd0829e9b
Subproject commit 63a2dd63895c1ce3091449a22f3c01ae9d6cc437

View file

@ -1,6 +1,8 @@
//- login.jade
include header
.notice Er is momenteel een probleem met de manier waarop magister zich gedraagd. Inloggen gaat momenteel nogal moelijk, ook al is het proberen waard.
.login
form(action="/login", method="post")
div

View file

@ -1,6 +1,18 @@
//style.less
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400|Oswald');
.notice {
background-color: #BB4848;
border: solid 1px #A22F2F;
box-shadow: 0px 0px 5px #A53838;
width: 600px;
padding: 15px;
text-align: center;
margin: 30px auto;
border-radius: 3px;
color: #FFF;
}
.night {
background-color: black;
color: #C1C1C1;
@ -9,7 +21,7 @@
color: #C1C1C1;
}
input[type="text"] {
input[type="text"], input[type="password"] {
background-color: black;
color: #C1C1C1;
}