add redirect if vehicle is not configured and flash messages

This commit is contained in:
2016-08-16 13:21:54 +02:00
parent 87b3b02f3e
commit 088d1f24a0
4 changed files with 32 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ body {
}
.starter-template {
padding-top: 30px;
padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@@ -59,6 +59,14 @@ h3:after{
text-align: left;
}
.alert {
margin-bottom:0px;
}
.topspace {
margin-top: 5px;
}
// for small devices
@media only screen
and (min-device-width : 320px)