Index: lams_central/web/css/jquery.jRating.css =================================================================== diff -u -rf3be94729c90c7390a6aea11d1886a4b72d96670 -r1c42119baf51e12d0ef19919cb5a266a186d4b7d --- lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision f3be94729c90c7390a6aea11d1886a4b72d96670) +++ lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 1c42119baf51e12d0ef19919cb5a266a186d4b7d) @@ -47,9 +47,35 @@ } /** Please, note this is a LAMS customization. In case of library upgrade copy these lines manually. **/ -.rating-stars-holder {width: 150px; text-align: center;} +.extra-controls-inner:after { + content: " "; + display: block; + height: 0; + clear: both; +} +.rating-stars-holder {width: 150px; text-align: center; float: right;} .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; +} +.rating-comment{ + background: url("../images/css/greyfade_bg.jpg") repeat-x scroll 0px 0px transparent; + padding: 15px; + margin: 10px 0; +} +.rating-info{ + margin-top: 0; + margin-bottom: 12px; +} +textarea[id^=comment-textarea-] { + color: #d3d3d3; +} /** 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;}