Index: lams_central/web/css/jquery.jRating.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/jquery.jRating.css,v diff -u -r1.3 -r1.4 --- lams_central/web/css/jquery.jRating.css 26 Mar 2015 21:17:46 -0000 1.3 +++ lams_central/web/css/jquery.jRating.css 23 Apr 2015 22:42:40 -0000 1.4 @@ -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;}