summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_eula.css
blob: accb4a3de3854bfd1d7eecad5baa13d47092fcaa (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/* Copyright 2013 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.
 */

#eula {
  min-height: 395px;
  padding: 70px 17px 21px;
}

#cros-eula,
#oem-eula {
  border: 1px solid #d9d9d9;
  height: 222px;
}

.eula-frame {
  height: 222px;
}

#logging {
  clear: both;
  font-size: small;
  margin-top: 20px;
  width: 620px;
}

#logging div {
  display: table-cell;
  vertical-align: middle;
}

#usage-stats {
  -webkit-margin-end: 10px;
}

.eula-columns {
  display: -webkit-box;
  width: 630px;
}

.eula-frame {
  border: none;
  padding: 0 0 0 5px;
}

#cros-eula {
  width: 314px;
}

#cros-eula-frame {
  width: 309px;
}

#oem-eula {
  border-left: none;
  width: 313px;
}

#oem-eula-frame {
  width: 308px;
}

#eulas.one-column #cros-eula {
  width: 628px;
}

#eulas.one-column #cros-eula-frame {
  width: 623px;
}

#eulas.one-column #oem-eula {
  display: none;
}

#eula #stats-help-link {
  color: rgb(49, 106, 197);
}

#eula .step-contents {
  -webkit-margin-start: 32px;
  margin-bottom: 30px;
}

#eula .credits {
  clear: both;
  font-size: small;
}

#cros-eula-loading {
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: none;
  height: 100%;
  width: 100%;
}

.step.eula-loading #cros-eula-frame {
  display: none;
}

.step.eula-loading #cros-eula-loading {
  display: -webkit-flex;
}