Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_eula.css
blobaccb4a3de3854bfd1d7eecad5baa13d47092fcaa
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 #eula {
7 min-height: 395px;
8 padding: 70px 17px 21px;
11 #cros-eula,
12 #oem-eula {
13 border: 1px solid #d9d9d9;
14 height: 222px;
17 .eula-frame {
18 height: 222px;
21 #logging {
22 clear: both;
23 font-size: small;
24 margin-top: 20px;
25 width: 620px;
28 #logging div {
29 display: table-cell;
30 vertical-align: middle;
33 #usage-stats {
34 -webkit-margin-end: 10px;
37 .eula-columns {
38 display: -webkit-box;
39 width: 630px;
42 .eula-frame {
43 border: none;
44 padding: 0 0 0 5px;
47 #cros-eula {
48 width: 314px;
51 #cros-eula-frame {
52 width: 309px;
55 #oem-eula {
56 border-left: none;
57 width: 313px;
60 #oem-eula-frame {
61 width: 308px;
64 #eulas.one-column #cros-eula {
65 width: 628px;
68 #eulas.one-column #cros-eula-frame {
69 width: 623px;
72 #eulas.one-column #oem-eula {
73 display: none;
76 #eula #stats-help-link {
77 color: rgb(49, 106, 197);
80 #eula .step-contents {
81 -webkit-margin-start: 32px;
82 margin-bottom: 30px;
85 #eula .credits {
86 clear: both;
87 font-size: small;
90 #cros-eula-loading {
91 -webkit-align-items: center;
92 -webkit-flex-direction: column;
93 -webkit-justify-content: center;
94 display: none;
95 height: 100%;
96 width: 100%;
99 .step.eula-loading #cros-eula-frame {
100 display: none;
103 .step.eula-loading #cros-eula-loading {
104 display: -webkit-flex;