Location: A review of cardiac cellular electrophysiology models @ 1c3a018574af / dojo-presentation / js / dojo / dojox / form / resources / Rating.css

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2023-04-27 23:14:49-07:00
Desc:
Updates to get things working with OpenCOR 0.7.1
Permanent Source URI:
http://models.cellml.org/workspace/a1/rawfile/1c3a018574af68610e2b95973f32fa831ea3096f/dojo-presentation/js/dojo/dojox/form/resources/Rating.css

.dojoxRating ul {
	padding:0;
	margin:0;
}

.dojoxRatingStar {
	display:inline-block;
	background-image:url(images/rating_empty.gif);
	background-position:left center;
	position:relative;
	height:15px;
	width:15px;
	float:left;
}

.dojoxRatingStarChecked {
	background-image:url(images/rating_full.gif);
}

.dojoxRatingStarHover {
	background-image:url(images/rating_full.gif);
	opacity:.5;
}