Move Webstore URL concepts to //extensions and out
[chromium-blink-merge.git] / chrome / browser / resources / net_export / net_export.css
blob0078257144cfce357e2186124281ffa2b22692b4
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 */
6 body {
7 font-family: sans-serif;
8 font-size: 80%;
11 button {
12 display: block;
13 font-size: 110%;
14 font-weight: bold;
15 margin: 10px auto;
16 min-height: 48px;
17 width: 200px;
20 .warning {
21 color: red;
22 font-size: 90%;
23 font-weight: normal;
26 #net-export-main {
27 margin: 8px;
30 #export-view-file-path-text {
31 white-space: pre-wrap;
32 word-wrap: break-word;