blob: 31fbfe4c53ed85beacfb4d8b8ec49114151398f9 [file] [log] [blame]
Matteo Scandolo144c1882016-03-25 17:20:27 -07001/************************* FOOTER *************************/
2
3.footer{
4 z-index: 1001;
5 position: fixed;
6}
7
8/* FIXME */
9@media(max-width:768px) {
10 .footer{
11 display: none;
12 }
13
14 #page-content-wrapper{
15 padding-bottom: 60px;
16 }
17}
18
19.footer .content .statusMsg {
20 float: right;
21 padding: 15px 20px 0 0;
22 display: block;
23}
24/************************* END FOOTER *************************/