2013-11-04 17:18:38 +00:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
2013-11-05 13:59:12 +00:00
|
|
|
padding-bottom: 50px;
|
2013-11-04 17:18:38 +00:00
|
|
|
}
|
2013-11-05 13:59:12 +00:00
|
|
|
|
2013-11-04 17:18:38 +00:00
|
|
|
.starter-template {
|
|
|
|
padding: 40px 15px;
|
2013-11-05 13:59:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|