ycategories-presentation/extensions/goto/deck.goto.scss

46 lines
640 B
SCSS
Raw Normal View History

2011-08-09 04:53:51 +00:00
.deck-container {
.goto-form {
position:absolute;
z-index:3;
bottom:10px;
left:50%;
height:1.75em;
2011-08-16 07:43:32 +00:00
margin:0 0 0 -7.125em;
2011-08-09 04:53:51 +00:00
line-height:1.75em;
padding:0.625em;
display:none;
background:#ccc;
overflow:hidden;
2011-08-08 03:19:46 +00:00
2011-08-09 04:53:51 +00:00
.borderradius & {
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
2011-08-08 03:19:46 +00:00
2011-08-09 04:53:51 +00:00
label {
font-weight:bold;
}
2011-08-08 03:19:46 +00:00
2011-08-09 04:53:51 +00:00
label, input {
2011-08-16 07:43:32 +00:00
display:inline-block;
font-family:inherit;
2011-08-09 04:53:51 +00:00
}
2011-08-08 03:19:46 +00:00
}
}
2011-08-09 04:53:51 +00:00
.deck-goto .goto-form {
display:block;
}
2011-08-08 03:19:46 +00:00
#goto-slide {
width:4.375em;
margin:0 0.625em;
height:1.4375em;
}
@media print {
.goto-form, #goto-slide {
display:none !important;
}
}