CSS cruft cleanup, update jQuery
[deck.js.git] / extensions / status / deck.status.scss
blob5a4ea84f50ff284ed2e22b26d1ba17ff1001c5dc
1 .deck-status {
2         position:absolute;
3         bottom:10px;
4         right:5px;
5         color:#888;
6         z-index:3;
7         margin:0;
10 body > .deck-container .deck-status {
11         position:fixed;
14 @media print {
15         .deck-status {
16                 display:none;
17         }