Matteo Scandolo | 144c188 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 1 | /************************* FOOTER *************************/ |
| 2 | |
| 3 | .footer{ |
Matteo Scandolo | 286fa8d | 2016-03-30 07:58:30 -0700 | [diff] [blame] | 4 | z-index: 99; |
Matteo Scandolo | 144c188 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 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 *************************/ |