-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from brainstormforce/divi-theme-conflict
EPS-133 - Fixed - Ratings not visible on single product pages with Divi theme.
- Loading branch information
Showing
2 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ | ||
div.rating-cancel,div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} | ||
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px} | ||
div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px} | ||
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0} | ||
div.star-rating-on a{background-position:0 0px!important} | ||
div.star-rating-hover a{background-position:0 -18px} | ||
div.rating-cancel a:hover{background-position:0 -16px} | ||
/* Read Only CSS */ | ||
div.star-rating-readonly a{cursor:default !important} | ||
/* Partial Star CSS */ | ||
div.star-rating{background:transparent!important;overflow:hidden!important} | ||
/* END jQuery.Rating Plugin CSS */ | ||
#tabs { | ||
width:60%; | ||
float:left; | ||
margin-right:10px; | ||
} | ||
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ | ||
#bsf-rating div.rating-cancel,#bsf-rating div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} | ||
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px} | ||
div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px} | ||
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0} | ||
div.star-rating-on a{background-position:0 0px!important} | ||
div.star-rating-hover a{background-position:0 -18px} | ||
div.rating-cancel a:hover{background-position:0 -16px} | ||
/* Read Only CSS */ | ||
div.star-rating-readonly a{cursor:default !important} | ||
/* Partial Star CSS */ | ||
div.star-rating{background:transparent!important;overflow:hidden!important} | ||
/* END jQuery.Rating Plugin CSS */ | ||
#tabs { | ||
width:60%; | ||
float:left; | ||
margin-right:10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters