summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/handling/content/handler.css
blob: 0d9cfc7b68cd45f5df6e8c4f8e6a231627f1911d (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
/* 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/. */

#description {
  font-weight: bold;
}

#description-box, #chooser {
  margin-bottom: 0.5em;
}

#rememberContainer {
  margin-bottom: 1em;
}

#remember-text:not([visible]) {
  visibility: hidden;
}

#remember-text {
  margin-top: 0.5em;
}

#remember {
  margin-inline-start: 6px;
}

#remember-label, #remember {
  vertical-align: middle;
}