blob: 0078257144cfce357e2186124281ffa2b22692b4 [file] [log] [blame]
/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
body {
font-family: sans-serif;
font-size: 80%;
}
button {
display: block;
font-size: 110%;
font-weight: bold;
margin: 10px auto;
min-height: 48px;
width: 200px;
}
.warning {
color: red;
font-size: 90%;
font-weight: normal;
}
#net-export-main {
margin: 8px;
}
#export-view-file-path-text {
white-space: pre-wrap;
word-wrap: break-word;
}