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