Woops :)
[deck.js.git] / extensions / goto / deck.goto.css
blob108e4f9c48c10ab4a739ff2f1a2e5df7702e4f25
1 .deck-container .goto-form {
2 position: absolute;
3 z-index: 3;
4 bottom: 10px;
5 left: 50%;
6 height: 1.75em;
7 margin: 0 0 0 -9.125em;
8 line-height: 1.75em;
9 padding: 0.625em;
10 display: none;
11 background: #ccc;
12 overflow: hidden;
14 .borderradius .deck-container .goto-form {
15 -webkit-border-radius: 10px;
16 -moz-border-radius: 10px;
17 border-radius: 10px;
19 .deck-container .goto-form label {
20 font-weight: bold;
22 .deck-container .goto-form label, .deck-container .goto-form input {
23 display: inline-block;
24 font-family: inherit;
27 .deck-goto .goto-form {
28 display: block;
31 #goto-slide {
32 width: 8.375em;
33 margin: 0 0.625em;
34 height: 1.4375em;
37 @media print {
38 .goto-form, #goto-slide {
39 display: none !important;