summaryrefslogtreecommitdiffstats
path: root/extensions/FlagTypeComment/web/styles/ftc.css
blob: 93d1909358280ea168c0199c2f3429b3d6b97f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This Source Code Form is "Incompatible With Secondary Licenses", as
 * defined by the Mozilla Public License, v. 2.0. */

fieldset.approval-request {
  margin: 1em 0;
}

fieldset.approval-request legend {
  font-weight: bold;
}

fieldset.approval-request th {
  padding: .4em;
  width: 20em;
  line-height: 1.25;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  white-space: normal !important;
}

fieldset.approval-request td {
  vertical-align: middle;
}

fieldset.approval-request label {
  font-weight: normal !important;
}

fieldset.approval-request input[type="text"] {
  width: 10em;
}

fieldset.approval-request input.long[type="text"] {
  width: 40em;
}

fieldset.approval-request textarea {
  width: 40em;
  min-height: 5em;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  resize: vertical;
}

fieldset.approval-request div {
  padding: 0 !important;
}

fieldset.approval-request table ~ p:last-child {
  margin: .4em;
  text-align: right;
}