job handling code in js.

This commit is contained in:
Stefan Midjich 2016-04-18 21:34:16 +02:00
parent ec24d0f125
commit 6be2426f09
3 changed files with 103 additions and 6 deletions

View file

@ -7,3 +7,12 @@
height: 100px;
width: 100px;
}
.msgbox {
border-radius: 25px;
padding: 15px;
}
.msgbox-error {
background: #ff4000;
}