summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/pdf/html_office/elements/viewer-password-screen/viewer-password-screen.css
blob: 183f439f9892150140e556aee0b0a94c84bcf188 (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
:host {
  -webkit-transition: opacity 400ms ease-in-out;
  background-color: #ccc;
  color: #555;
  display: table;
  font-family: sans-serif;
  font-size: 15px;
  height: 100%;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 100%;
}

#message {
  padding-bottom: 10px;
}

.center {
  display: table-cell;
  vertical-align: middle;
}

.form {
  border: 1px solid #777;
  box-shadow: 1px 1px 1px;
  display: inline-block;
  padding: 10px;
  width: 300px;
}

#successMessage {
  display: inline-block;
  padding-left: 5px;
  pointer-events: none;
}

input {
  color: #333;
  pointer-events: all;
}