Projet

Général

Profil

Paste
Télécharger (1,09 ko) Statistiques
| Branche: | Révision:

root / htmltest / sites / all / modules / fivestar / css / fivestar-admin.css @ 3cb08e71

1
/* Fivestar Settings Preview */
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; /* RTL */
9
}
10

    
11
/* Farbtastic placement */
12
.color-form {
13
  max-width: 50em;
14
  position: relative;
15
}
16
#placeholder {
17
  position: absolute;
18
  top: -0.5em;
19
  right: 0; /* RTL */
20
}
21

    
22
/* Palette */
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; /* RTL */
30
  width: 12em;
31
}
32
.color-form .form-text, .color-form .form-select {
33
  float: left; /* RTL */
34
}
35
.color-form .form-text {
36
  text-align: center;
37
  margin-right: 5px; /* RTL */
38
  cursor: pointer;
39
}
40

    
41
#fivestar-palette .lock {
42
  float: left; /* RTL */
43
  position: relative;
44
  left: -3px; /* RTL */
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; /* RTL */
57
}
58
#fivestar-palette .item-selected input {
59
  border: 2px solid black;
60
}