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

42 lines
642 B
CSS
Raw Normal View History

2013-11-04 17:18:38 +00:00
body {
padding-top: 50px;
padding-bottom: 50px;
2013-11-04 17:18:38 +00:00
}
2013-11-04 17:18:38 +00:00
.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;
2013-11-04 17:18:38 +00:00
}
2013-11-07 09:09:40 +00:00
#counter {
font-size: 24px;
margin-top: -6px;
margin-left: 10px;
min-width: 50px;
}
2013-11-07 16:40:22 +00:00
.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;
}