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 #eula {
      7   min-height: 395px;
      8   padding: 70px 17px 21px;
      9 }
     10 
     11 #cros-eula,
     12 #oem-eula {
     13   border: 1px solid #d9d9d9;
     14   height: 222px;
     15 }
     16 
     17 .eula-frame {
     18   height: 222px;
     19 }
     20 
     21 #logging {
     22   clear: both;
     23   font-size: small;
     24   margin-top: 20px;
     25   width: 620px;
     26 }
     27 
     28 #logging div {
     29   display: table-cell;
     30   vertical-align: middle;
     31 }
     32 
     33 #usage-stats {
     34   -webkit-margin-end: 10px;
     35 }
     36 
     37 .eula-columns {
     38   display: -webkit-box;
     39   width: 630px;
     40 }
     41 
     42 .eula-frame {
     43   border: none;
     44   padding: 0 0 0 5px;
     45 }
     46 
     47 #cros-eula {
     48   width: 314px;
     49 }
     50 
     51 #cros-eula-frame {
     52   width: 309px;
     53 }
     54 
     55 #oem-eula {
     56   border-left: none;
     57   width: 313px;
     58 }
     59 
     60 #oem-eula-frame {
     61   width: 308px;
     62 }
     63 
     64 #eulas.one-column #cros-eula {
     65   width: 628px;
     66 }
     67 
     68 #eulas.one-column #cros-eula-frame {
     69   width: 623px;
     70 }
     71 
     72 #eulas.one-column #oem-eula {
     73   display: none;
     74 }
     75 
     76 #eula #stats-help-link {
     77   color: rgb(49, 106, 197);
     78 }
     79 
     80 #eula .step-contents {
     81   -webkit-margin-after: 30px;
     82   -webkit-margin-start: 32px;
     83 }
     84 
     85 #cros-eula-loading {
     86   -webkit-align-items: center;
     87   -webkit-flex-direction: column;
     88   -webkit-justify-content: center;
     89   display: none;
     90   height: 100%;
     91   width: 100%;
     92 }
     93 
     94 .step.eula-loading #cros-eula-frame {
     95   display: none;
     96 }
     97 
     98 .step.eula-loading #cros-eula-loading {
     99   display: -webkit-flex;
    100 }
    101