Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / enterprise_info.css
blobc323c0c44581365a952c0cbb92983b6c8962ee80
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 position: relative;
30 top: 3px;
33 @media (max-height:480px) and (max-width:400px) {
34 #enterprise-info[location='guest-tab'] {
35 margin-bottom: 1em;
39 @media (max-width:400px) {
40 #enterprise-info[location='guest-tab'] {
41 margin-top: -2em;