Home | History | Annotate | Download | only in login
      1 /* Copyright 2013 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 #connect {
      7   min-height: 395px;
      8   padding: 70px 17px 21px;
      9 }
     10 
     11 #connect table {
     12   margin: 7em auto;
     13 }
     14 
     15 .control-with-label {
     16   -webkit-box-align: start;
     17   display: -webkit-box;
     18   margin: 10px 0;
     19 }
     20 
     21 #welcome-message {
     22   color: #444;
     23   font-size: 16px;
     24   margin-bottom: 30px;
     25 }
     26 
     27 #connect .step-contents {
     28   margin: 33px auto 82px;
     29   width: 435px;
     30 }
     31