source: branches/2.4/prototype/plugins/jquery.jrating/jRating.jquery.css @ 7445

Revision 7445, 847 bytes checked in by eduardow, 12 years ago (diff)

Ticket #3167 - Melhoria na performance nas pesquisas de contatos dinamicos (plugin).

Line 
1/*********************/
2/** jRating CSS **/
3/*********************/
4
5/**Div containing the color of the stars */
6.jRatingAverage {
7        background-color:#f62929;
8        position:relative;
9        top:0;
10        left:0;
11        z-index:2;
12        height:100%;
13}
14.jRatingColor {
15        background-color:#f4c239; /* bgcolor of the stars*/
16        position:relative;
17        top:0;
18        left:0;
19        z-index:2;
20        height:100%;
21}
22
23/** Div containing the stars **/
24.jStar {
25        position:relative;
26        left:0;
27        z-index:3;
28}
29
30/** P containing the rate informations **/
31p.jRatingInfos {
32        position:               absolute;
33        z-index:9999;
34        background:     transparent url('icons/bg_jRatingInfos.png') no-repeat;
35        color:                  #FFF;
36        display:                none;
37        width:                  91px;
38        height:                 29px;   
39        font-size:16px;
40        text-align:center;
41        padding-top:5px;
42}
43        p.jRatingInfos span.maxRate {
44                color:#c9c9c9;
45                font-size:14px;
46        }
Note: See TracBrowser for help on using the repository browser.