Projet

Général

Profil

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

root / drupal7 / sites / all / modules / fivestar / css / fivestar-admin.css @ d50a36e0

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

    
42
#fivestar-palette .lock {
43
  float: left; /* RTL */
44
  position: relative;
45
  left: -3px; /* RTL */
46
  width: 20px;
47
  height: 25px;
48
  background: url(../images/lock.png) no-repeat 50% 2px;
49
  cursor: pointer;
50
}
51
#fivestar-palette .unlocked {
52
  background-position: 50% -22px;
53
}
54
#fivestar-palette .form-item .form-item {
55
  width: inherit;
56
  margin: 0;
57
  float: left; /* RTL */
58
}
59
#fivestar-palette .item-selected input {
60
  border: 2px solid black;
61
}