Home | History | Annotate | Download | only in net_export
      1 /* Copyright (c) 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 body {
      7   font-family: sans-serif;
      8   font-size: 80%;
      9 }
     10 
     11 button {
     12   display: block;
     13   font-size: 110%;
     14   font-weight: bold;
     15   margin: 10px auto;
     16   min-height: 48px;
     17   width: 200px;
     18 }
     19 
     20 .warning {
     21   color: red;
     22   font-size: 90%;
     23   font-weight: normal;
     24 }
     25 
     26 #net-export-main {
     27   margin: 8px;
     28 }
     29 
     30 #export-view-file-path-text {
     31   white-space: pre-wrap;
     32   word-wrap: break-word;
     33 }
     34