summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ssl_client_certificate_selector.css
blob: bd52eb76b193ad6f2fc0776848da7edd721df68e (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
59
60
61
62
63
64
65
66
/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  padding: 10px;
  box-sizing: border-box;
}

.vbox {
  -webkit-box-align: stretch;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 100%;
}

input {
  box-sizing: border-box;
}

.action-area {
  -webkit-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: end;
  display: -webkit-box;
  padding-top: 12px;
}

.button-strip {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
}

.button-strip > button {
  -webkit-margin-start: 10px;
  display: block;
  white-space: nowrap;
}

h1, h2 {
  font-size: 100%;
}

h2 {
  font-weight: normal;
}

#details {
  -webkit-box-flex: 1;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  padding: 3px;
  white-space: pre;
}

#certificates {
  width: 100%;
}