CSS cruft cleanup, update jQuery
[deck.js.git] / extensions / goto / deck.goto.scss
blob83007c7d0167fdf05b7b3a6c32eea857203bf983
1 .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;
13         border-radius:10px;
15         label {
16                 font-weight:bold;
17         }
19         label, input {
20                 display:inline-block;
21                 font-family:inherit;
22         }
24         .deck-goto & {
25                 display:block;
26         }
29 #goto-slide {
30         width:8.375em;
31         margin:0 0.625em;
32         height:1.4375em;
35 @media print {
36         .goto-form, #goto-slide {
37                 display:none;
38         }