Projet

Général

Profil

Paste
Télécharger (718 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / color / color-rtl.css @ c7768a53

1
/**
2
 * @file
3
 * Right-to-left specific stylesheet for the Color module.
4
 */
5

    
6
#placeholder {
7
  left: 0;
8
  right: auto;
9
}
10

    
11
/* Palette */
12
.color-form .form-item {
13
  padding-left: 0;
14
  padding-right: 1em;
15
}
16
.color-form label {
17
  float: right;
18
  clear: right;
19
}
20
.color-form .form-text,
21
.color-form .form-select {
22
  float: right;
23
}
24
.color-form .form-text {
25
  margin-right: 0;
26
  margin-left: 5px;
27
}
28
#palette .hook {
29
  float: right;
30
}
31
#palette .down,
32
#palette .up,
33
#palette .both {
34
  background: url(images/hook-rtl.png) no-repeat 0 0;
35
}
36
#palette .up {
37
  background-position: 0 -27px;
38
}
39
#palette .both {
40
  background-position: 0 -54px;
41
}
42
#palette .lock {
43
  float: right;
44
  right: -10px;
45
}
46
html.js #preview {
47
  float: right;
48
}