Index: lams_central/web/css/jquery.jRating.css =================================================================== diff -u -rf7d806b0ab4f783c2dd89e920d7f6edf370c04db -r7dd6c7cb14fde37748dddaf510d178232d13db84 --- lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision f7d806b0ab4f783c2dd89e920d7f6edf370c04db) +++ lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 7dd6c7cb14fde37748dddaf510d178232d13db84) @@ -40,11 +40,17 @@ text-align:center; padding-top:5px; } - p.jRatingInfos span.maxRate { - color:#c9c9c9; - font-size:14px; - } +p.jRatingInfos span.maxRate { + color:#c9c9c9; + font-size:14px; +} + /** Please, note this is a LAMS customization. In case of library upgrade copy these lines manually. **/ +.rating-stars-holder {width: 150px; text-align: center;} +.rating-stars-caption {padding-top: 6px;} +.rating-stars, .rating-stars-disabled {margin: 0px auto;} + +/** Remove the following once we move all tools to use Rating.tag. **/ .rating-stars-div {float:right; padding-right: 10px; margin-top: -8px; min-height: 45px;} -.rating-stars-caption {text-align: center; padding-top: 6px;} +.rating-stars-caption {text-align: center} \ No newline at end of file