ycategories-presentation/extensions/status/deck.status.css

19 lines
242 B
CSS
Raw Permalink Normal View History

2011-08-11 04:14:08 +00:00
.deck-container .deck-status {
position: absolute;
2011-08-11 04:14:08 +00:00
bottom: 10px;
2011-08-11 08:13:19 +00:00
right: 5px;
2011-08-11 04:14:08 +00:00
color: #888;
z-index: 3;
margin: 0;
}
body.deck-container .deck-status {
position: fixed;
}
2011-08-11 04:14:08 +00:00
@media print {
.deck-status {
display: none;
}
}