From 6e29b055b3cbc2a46e29075608c7e82a328d5270 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 15 Feb 2006 07:44:51 +0000 Subject: Adding new TRatingList component. --- framework/Web/Javascripts/ratings/default.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 framework/Web/Javascripts/ratings/default.css (limited to 'framework/Web/Javascripts/ratings/default.css') diff --git a/framework/Web/Javascripts/ratings/default.css b/framework/Web/Javascripts/ratings/default.css new file mode 100644 index 00000000..1609ee05 --- /dev/null +++ b/framework/Web/Javascripts/ratings/default.css @@ -0,0 +1,21 @@ +.TRatingList_default tr +{ + display: none; +} + +.TRatingList_default +{ + width: 120px; + height: 20px; + background-image: url(10star_white.gif); + background-position: -0px -4px; + background-repeat: no-repeat; + margin: 4px; + cursor: pointer; +} + +.TRatingList_default caption +{ + padding-left: 4px; + text-align: left; +} \ No newline at end of file -- cgit v1.2.3