Changeset 7791
- Timestamp:
- 07/20/09 17:11:22 (12 months ago)
- Location:
- head/ambra/webapp/src/main/webapp
- Files:
-
- 2 modified
-
css/rating.css (modified) (1 diff)
-
rating/ratedComments.ftl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/css/rating.css
r7790 r7791 22 22 23 23 .rating { width:100px; height:15px; left: 8em; top: -1.25em;/* these positions are required for the rating/edit rating forms */ font-weight: normal; overflow:hidden; } 24 ol.ratingAvgs ul.single { left:0 ; } /*for single ratings for non-research articles*/24 ol.ratingAvgs ul.single { left:0!important; } /*for single ratings for non-research articles*/ 25 25 span.inline-rating ul.rating { left:0; top:0; } /* This is specifically for the overall rating at the top of the View All Ratings page. Applies to all browsers except IE7 - see below. */ 26 26 *:first-child+html span.inline-rating ul.rating { left: 8em; top: -1.25em; } /* IE7 only hack */ -
head/ambra/webapp/src/main/webapp/rating/ratedComments.ftl
r7644 r7791 97 97 </#if> 98 98 <#if articleRatingSummary.overallRounded?exists> 99 <li><label for="overall"> Overall</label>99 <li><label for="overall"><strong>Overall</strong></label> 100 100 <ul class="star-rating rating" title="overall"> 101 101 <#assign overallPct = (20 * articleRatingSummary.overallRounded)?string("##0")> … … 106 106 <#else> 107 107 <li><label for="singleRating"> </label> 108 <ul class="star-rating rating " title="singleRating">108 <ul class="star-rating rating single" title="singleRating"> 109 109 <#assign singleRatingPct = (20 * articleRatingSummary.singleRating)?string("##0")> 110 110 <li class="current-rating average pct${singleRatingPct}">Currently ${articleRatingSummary.singleRating?string("0.#")}/5 Stars.</li>
