repo.or.cz
/
deck.js.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CSS cruft cleanup, update jQuery
[deck.js.git]
/
extensions
/
goto
/
deck.goto.scss
blob
83007c7d0167fdf05b7b3a6c32eea857203bf983
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;
14
15
label {
16
font-weight:bold;
17
}
18
19
label, input {
20
display:inline-block;
21
font-family:inherit;
22
}
23
24
.deck-goto & {
25
display:block;
26
}
27
}
28
29
#goto-slide {
30
width:8.375em;
31
margin:0 0.625em;
32
height:1.4375em;
33
}
34
35
@media print {
36
.goto-form, #goto-slide {
37
display:none;
38
}
39
}