Home | History | Annotate | Download | only in login
      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.
      4  *
      5  * This is the stylesheet used for notifications in enterprise-enrolled devices.
      6  */
      7 
      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;
     15 }
     16 
     17 #enterprise-info[location='guest-tab'] {
     18   margin-bottom: -49px;
     19   max-width: 600px;
     20 }
     21 
     22 #enterprise-info[visible='false'] {
     23   display: none;
     24 }
     25 
     26 #enterprise-info img {
     27   -webkit-margin-end: 4px;
     28   position: relative;
     29   top: 3px;
     30 }
     31 
     32