Index: lams_central/web/css/jquery.jRating.css =================================================================== diff -u -r7dd6c7cb14fde37748dddaf510d178232d13db84 -rf026a3ceb687c0f4072980a88f37480a503c1199 --- lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 7dd6c7cb14fde37748dddaf510d178232d13db84) +++ lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision f026a3ceb687c0f4072980a88f37480a503c1199) @@ -49,7 +49,15 @@ /** 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;} +.rating-stars, .rating-stars-disabled {margin: 0px auto; min-height: 20px;} +.add-comment { + background-image: url('../images/tick.png'); + width:16px; + height:16px; + cursor: pointer; + float: right; + margin-top: 20px; +} /** 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;}