Remove old FF iframe bug workaround, closes #125
[deck.js.git] / extensions / status / deck.status.scss
blobd57af24bfe73c10e66dde131b2e9f0744f8e9ff0
1 .deck-container {
2         .deck-status {
3                 position:absolute;
4                 bottom:10px;
5                 right:5px;
6                 color:#888;
7                 z-index:3;
8                 margin:0;
9         }
12 body.deck-container {
13         .deck-status {
14                 position:fixed;
15         }
18 @media print {
19         .deck-status {
20                 display:none;
21         }