Projet

Général

Profil

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

root / drupal7 / modules / system / system.base-rtl.css @ db2d93dd

1

    
2
/**
3
 * @file
4
 * Generic theme-independent base styles.
5
 */
6

    
7
/**
8
 * Autocomplete.
9
 */
10
/* Animated throbber */
11
html.js input.form-autocomplete {
12
  background-position: 0% center;
13
}
14
html.js input.throbbing {
15
  background-position: 0% center;
16
}
17

    
18
/**
19
 * Progress bar.
20
 */
21
.progress .percentage {
22
  float: left;
23
}
24
.progress-disabled {
25
  float: right;
26
}
27
.ajax-progress {
28
  float: right;
29
}
30
.ajax-progress .throbber {
31
  float: right;
32
}
33

    
34
/**
35
 * TableDrag behavior.
36
 */
37
.draggable a.tabledrag-handle {
38
  float: right;
39
  margin-right: -1em;
40
  margin-left: 0;
41
}
42
a.tabledrag-handle .handle {
43
  margin: -0.4em 0.5em;
44
  padding: 0.42em 0.5em;
45
}
46
div.indentation {
47
  float: right;
48
  margin: -0.4em -0.4em -0.4em 0.2em;
49
  padding: 0.42em 0.6em 0.42em 0;
50
}
51
div.tree-child,
52
div.tree-child-last {
53
  background-position: -65px center;
54
}
55
.tabledrag-toggle-weight-wrapper {
56
  text-align: left;
57
}
58