Added clock stuff

This commit is contained in:
Dobie Wollert
2014-09-14 06:43:04 -04:00
parent ca587764cd
commit b949f6ff90
12 changed files with 384 additions and 4 deletions

44
public/css/clock.css Normal file
View File

@ -0,0 +1,44 @@
html, body {
}
.loading {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
height:100px;
width:200px;
}
.btn {
width: 100%;
margin-bottom: 5px;
display: block;
}
.mapOuter {
width: 100%;
overflow: hidden;
position: absolute;
left: 0;
}
.mapInner {
width: 100%;
height: auto;
}
.error {
padding: 5px 10px;
color: white;
background: #ba6d6d;
}
.success {
padding: 5px 10px;
color: white;
background: #6ebb72;
}