Home | History | Annotate | Download | only in login
      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  */
      5 
      6 #fatal-error {
      7   padding: 50px 17px 17px;
      8   width: 722px;  /* Should be the same as #gaia-signin. */
      9 }
     10 
     11 #fatal-error-message-container {
     12   text-align: center;
     13   width: 100%;
     14 }
     15 
     16 #fatal-error-button-strip {
     17   display: -webkit-box;
     18 }
     19 
     20 #fatal-error-button-strip-space-filler {
     21   -webkit-box-flex: 1;
     22 }
     23