1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-11-26 23:07:17 +00:00
ympd/htdocs/css/mpd.css
2013-11-07 17:40:22 +01:00

42 lines
642 B
CSS

body {
padding-top: 50px;
padding-bottom: 50px;
}
.starter-template {
padding: 40px 15px;
}
.slider.slider-horizontal {
height: 15px;
}
.slider.slider-horizontal .slider-track {
height: 10px;
margin-top: -6px;
}
.progress {
margin-top: 0px;
margin-bottom: 0px;
}
#counter {
font-size: 24px;
margin-top: -6px;
margin-left: 10px;
min-width: 50px;
}
.btn-group-hover .btn {
border-color: white;
background: white;
text-shadow: 0 1px 1px white;
-webkit-box-shadow: inset 0 1px 0 white;
-moz-box-shadow: inset 0 1px 0 white;
box-shadow: inset 0 1px 0 white;
}
.btn-group-hover {
opacity: 0;
}