1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
div.fivestar-star-preview {
|
3 |
|
|
border: none;
|
4 |
|
|
width: 200px;
|
5 |
|
|
height: 70px;
|
6 |
|
|
}
|
7 |
|
|
div.fivestar-widgets div.form-item {
|
8 |
|
|
float: left;
|
9 |
|
|
}
|
10 |
|
|
|
11 |
|
|
|
12 |
|
|
.color-form {
|
13 |
|
|
max-width: 50em;
|
14 |
|
|
position: relative;
|
15 |
|
|
}
|
16 |
|
|
#placeholder {
|
17 |
|
|
position: absolute;
|
18 |
|
|
top: -0.5em;
|
19 |
|
|
right: 0;
|
20 |
|
|
}
|
21 |
|
|
|
22 |
|
|
|
23 |
|
|
.color-form .form-item {
|
24 |
|
|
height: 2em;
|
25 |
|
|
line-height: 2em;
|
26 |
|
|
margin: 0.5em 0;
|
27 |
|
|
}
|
28 |
|
|
.color-form label {
|
29 |
|
|
float: left;
|
30 |
|
|
width: 12em;
|
31 |
|
|
}
|
32 |
|
|
.color-form .form-text, .color-form .form-select {
|
33 |
|
|
float: left;
|
34 |
|
|
}
|
35 |
|
|
.color-form .form-text {
|
36 |
|
|
text-align: center;
|
37 |
|
|
margin-right: 5px;
|
38 |
|
|
cursor: pointer;
|
39 |
|
|
}
|
40 |
|
|
|
41 |
|
|
#fivestar-palette .lock {
|
42 |
|
|
float: left;
|
43 |
|
|
position: relative;
|
44 |
|
|
left: -3px;
|
45 |
|
|
width: 20px;
|
46 |
|
|
height: 25px;
|
47 |
|
|
background: url(../images/lock.png) no-repeat 50% 2px;
|
48 |
|
|
cursor: pointer;
|
49 |
|
|
}
|
50 |
|
|
#fivestar-palette .unlocked {
|
51 |
|
|
background-position: 50% -22px;
|
52 |
|
|
}
|
53 |
|
|
#fivestar-palette .form-item .form-item {
|
54 |
|
|
width: inherit;
|
55 |
|
|
margin: 0;
|
56 |
|
|
float: left;
|
57 |
|
|
}
|
58 |
|
|
#fivestar-palette .item-selected input {
|
59 |
|
|
border: 2px solid black;
|
60 |
|
|
} |