average stars voted
This commit is contained in:
@@ -456,6 +456,26 @@ input[type="range"]#volume::-webkit-slider-thumb {
|
||||
background-image: url(img/star-inactive.png) !important;
|
||||
}
|
||||
|
||||
#average-stars {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#average-stars .stars {
|
||||
background-image: url(img/star-inactive.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 32px;
|
||||
width: 160px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#average-stars .stars-overlay {
|
||||
background-image: url(img/star.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 32px;
|
||||
width: 160px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.undo-wrapper {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
|
||||
Reference in New Issue
Block a user