Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / enterprise_info.css
blob2b84175e10657a4fe51efbb5420f16a3b29a49d4
1 /* Copyright (c) 2012 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.
5 * This is the stylesheet used for notifications in enterprise-enrolled devices.
6 */
8 #enterprise-info {
9 background-color: rgb(250, 245, 202);
10 border: 2px solid rgb(250, 245, 202);
11 border-radius: 2px;
12 margin-left: auto;
13 margin-right: auto;
14 padding: 3px 8px 7px;
17 #enterprise-info[location='guest-tab'] {
18 box-sizing: border-box;
19 margin-bottom: -43px;
20 max-width: 640px;
23 #enterprise-info[visible='false'] {
24 display: none;
27 #enterprise-info img {
28 -webkit-margin-end: 4px;
29 height: 18px;
30 position: relative;
31 top: 4px;
32 width: 18px;
35 @media (max-height:480px) and (max-width:400px) {
36 #enterprise-info[location='guest-tab'] {
37 margin-bottom: 1em;
41 @media (max-width:400px) {
42 #enterprise-info[location='guest-tab'] {
43 margin-top: -2em;