Projet

Général

Profil

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

root / drupal7 / sites / all / modules / webform / css / webform.css @ 651307cd

1
/**
2
 * @file
3
 * Front-end styling for the display of webforms.
4
 */
5
input.webform-calendar {
6
  display: none;
7
  padding: 3px;
8
  vertical-align: top;
9
}
10
html.js input.webform-calendar {
11
  display: inline;
12
}
13
.webform-container-inline label {
14
  display: inline;
15
  margin-right: 1em;
16
}
17
.webform-container-inline div,
18
.webform-container-inline div.form-item {
19
  display: inline;
20
}
21
.webform-container-inline div.description {
22
  display: block;
23
}
24
.webform-container-inline div.messages {
25
  display: block;
26
  float: left;
27
}
28
.webform-container-inline div.ajax-progress-bar div {
29
  display: inherit;
30
}
31
.webform-container-inline.webform-component-textarea label {
32
  vertical-align: top;
33
}
34
.webform-container-inline.webform-component-textarea .form-textarea-wrapper {
35
  display: inline-block;
36
}
37
.webform-component-textarea .grippie {
38
  display: block;
39
}
40
.webform-progressbar {
41
  width: 90%;
42
  margin: 0 auto;
43
  text-align: center;
44
}
45
.webform-progressbar-inner {
46
  height: 1em;
47
  background-color: #74C421;
48
  height: 3px;
49
}
50
.webform-progressbar-outer {
51
  position: relative;
52
  border: 1px solid #356900;
53
  width: 100%;
54
  height: 3px;
55
  margin: 0.35em -1px 2em;
56
  background-color: white;
57
}
58
.webform-progressbar-page {
59
  position: absolute;
60
  width: 7px;
61
  height: 7px;
62
  margin: -6px -4px;
63
  border: 1px solid #356900;
64
  background-color: white;
65
  border-radius: 5px;
66
}
67
.webform-progressbar-page.completed {
68
  background-color: #74C421;
69
}
70
.webform-progressbar-page.current {
71
  background-color: #74C421;
72
}
73
.webform-progressbar-page .webform-progressbar-page-number {
74
  display: none;
75
}
76
.webform-progressbar-page .webform-progressbar-page-label {
77
  position: relative;
78
  top: 10px;
79
  margin: 0 -10em;
80
}