Projet

Général

Profil

Paste
Télécharger (2,38 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / webform / css / webform-admin.css @ ca0757b9

1
/**
2
 * @file
3
 * Styles that are used when viewing results or modifying webform settings.
4
 */
5

    
6
/* Submission view page */
7
.webform-submission-info {
8
  padding: 10px;
9
}
10
.webform-submission-info .user-picture {
11
  float: right;
12
  margin-left: 10px;
13
}
14
.webform-submission-info-text {
15
  overflow: hidden;
16
}
17
.webform-submission-actions {
18
  float: left;
19
}
20
.webform-submission-navigation {
21
  text-align: right;
22
}
23
.webform-submission-next {
24
  margin-left: 20px;
25
}
26

    
27
/* Element for selecting components, i.e. included components for e-mails. */
28
.webform-component-select-wrapper {
29
  max-height: 300px;
30
  overflow: auto;
31
}
32
.webform-component-select-table table {
33
  margin: 0;
34
}
35
.webform-component-select-table tr.selected td,
36
.webform-component-select-table tr.selected td.active {
37
  background: inherit;
38
  color: inherit;
39
}
40
.form-item .webform-component-select-table .description {
41
  font-size: inherit;
42
}
43
.form-item .webform-component-select-table input {
44
  width: 12px;
45
  height: 12px;
46
  margin: 0 2px 2px;
47
}
48
.webform-select-list-format table {
49
  border: 1px solid;
50
  width: auto;
51
  font-size: 90%;
52
}
53
.webform-select-list-format td,
54
.webform-select-list-format th {
55
  border: 1px solid;
56
}
57
tr.webform-pagebreak td {
58
  border-top: 2px dotted #999;
59
}
60
td.webform-pagebreak {
61
  font-weight: bold;
62
}
63

    
64
/* Special theming for the options element widget (if installed) */
65
.webform-options-element thead {
66
  display: none;
67
}
68
.webform-options-element fieldset {
69
  border: none;
70
  background: none;
71
  margin: 0;
72
  padding: 0;
73
}
74
.webform-options-element fieldset legend {
75
  display: none;
76
}
77

    
78
/* Checkboxes for allowed file extensions */
79
table.webform-file-extensions td {
80
  vertical-align: top;
81
}
82
table.webform-file-extensions td .description {
83
  white-space: normal;
84
}
85
table.webform-file-extensions .form-type-checkbox {
86
  width: 5em;
87
  float: left;
88
}
89
table.webform-file-extensions input.form-text {
90
  width: 95%;
91
}
92

    
93
/* General styles */
94
.webform-checkbox {
95
  text-align: center;
96
  width: 40px;
97
}
98
.webform-container-inline div,
99
.webform-container-inline div.form-item {
100
  display: inline;
101
}
102
.webform-default-value {
103
  color: #999;
104
}
105
.webform-results-per-page a.selected {
106
  font-weight: bold;
107
}
108

    
109
/* Display of adding/editing components */
110
html.js fieldset.webform-position,
111
html.js div.webform-position {
112
  display: none;
113
}
114
tr.webform-add-form .tabledrag-changed {
115
  display: none;
116
}
117
#webform-components tr.webform-add-form {
118
  background-color: inherit;
119
}