Sha256: 1661f648d2bce8c31c2b0c7b47860d370d6efc73e818dab4870f3b47bb4e9688

Contents?: true

Size: 566 Bytes

Versions: 3

Compression:

Stored size: 566 Bytes

Contents

.goto-form {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  height: 1.75em;
  margin: 0 0 0 -9.125em;
  line-height: 1.75em;
  padding: 0.625em;
  display: none;
  background: #ccc;
  overflow: hidden;
  border-radius: 10px;
}
.goto-form label {
  font-weight: bold;
}
.goto-form label, .goto-form input {
  display: inline-block;
  font-family: inherit;
}
.deck-goto .goto-form {
  display: block;
}

#goto-slide {
  width: 8.375em;
  margin: 0 0.625em;
  height: 1.4375em;
}

@media print {
  .goto-form, #goto-slide {
    display: none;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slippery-0.4.2 assets/deck.js/extensions/goto/deck.goto.css
slippery-0.4.1 assets/deck.js/extensions/goto/deck.goto.css
slippery-0.4.0 assets/deck.js/extensions/goto/deck.goto.css