fixed the error message for promise timeout and failure.

This commit is contained in:
Stefan Midjich 2016-04-22 16:18:33 +02:00
parent 2c58ddf3a9
commit f4d2f10148
3 changed files with 22 additions and 11 deletions

View file

@ -9,10 +9,12 @@
}
.msgbox {
border-radius: 25px;
padding: 15px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 25px;
}
.msgbox-error {
background: #ff4000;
color: #D8000C;
background-color: #FFBABA;
}