Sha256: ef02beb04911dcdc0cdf5a83907a5b5690b21e3970017aa04730e57f47b95a98

Contents?: true

Size: 850 Bytes

Versions: 5

Compression:

Stored size: 850 Bytes

Contents

/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */


.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#FFD400; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('bg_jRatingInfos.png') no-repeat;
	color:			#CACACA;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
seems_rateable-1.0.6 lib/generators/seems_rateable/templates/stylesheets/jRating.jquery.css
seems_rateable-1.0.5 lib/generators/seems_rateable/templates/stylesheets/jRating.jquery.css
seems_rateable-1.0.4 lib/generators/seems_rateable/templates/stylesheets/jRating.jquery.css
seems_rateable-1.0.3 lib/generators/seems_rateable/templates/stylesheets/jRating.jquery.css
seems_rateable-1.0.2 lib/generators/seems_rateable/templates/stylesheets/jRating.jquery.css