sheadawson/silverstripe-rateable

Default CSS styles should work out the box with the simple theme

Closed this issue · 1 comments

Currently the 5 start rating UI displays strangely when installed on the simple theme.

Screen Shot 2013-12-31 at 2.09.31 pm.png | uploaded via ZenHub

Looks like this css is the culprit:

.typography img {
border: 5px solid #d7d7d7;
height: auto;
background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}