average rating widget #12038

This commit is contained in:
James Koster 2016-11-28 15:01:14 +00:00
parent f6481088e3
commit 388775935c
2 changed files with 12 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -606,6 +606,17 @@ table.variations {
}
}
.widget_rating_filter {
li {
text-align: right;
.star-rating {
float: left;
margin-top: .3em;
}
}
}
/**
* Layout stuff
*/