Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_device_disabled.css
blob52e9b9095c5ff7d7ff1a98110beadbf59c0173d5
1 /* Copyright 2014 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 #device-disabled,
7 #device-disabled-top-container,
8 #device-disabled-bottom-container {
9 display: flex;
10 flex-direction: column;
13 #device-disabled {
14 font-size: 12px;
15 line-height: 18px;
16 width: 330px;
19 #device-disabled-top-container {
20 background-color: rgb(213, 0, 0);
21 color: white;
22 padding: 25px 20px;
23 text-align: center;
26 #device-disabled-symbol {
27 align-self: center;
28 background-image: url(chrome://theme/IDR_DEVICE_DISABLED);
29 height: 24px;
30 width: 24px;
33 #device-disabled-heading {
34 font-size: 15px;
35 line-height: 15px;
36 margin-top: 8px;
39 #device-disabled-explanation {
40 font-weight: bold;
41 margin: 25px 0 -5px;
42 max-height: 54px;
43 overflow: hidden;
44 text-overflow: ellipsis;
47 #device-disabled-bottom-container {
48 background-color: white;
49 padding: 25px 20px;
52 #device-disabled-message {
53 margin: -3px 0 -5px;
54 max-height: 400px;
55 overflow: auto;
56 text-overflow: ellipsis;
57 white-space: pre-wrap;