Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / net_export / net_export.css
blob0fae6394a3d55a22e0356e74ad49336098cf1718
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-size: 80%;
10 button {
11 display: block;
12 font-size: 110%;
13 font-weight: bold;
14 margin: 10px auto;
15 min-height: 48px;
16 width: 200px;
19 .radio-button-div {
20 margin: 7px auto;
23 .warning {
24 color: red;
25 font-size: 90%;
26 font-weight: normal;
29 #net-export-main {
30 margin: 8px;
33 #export-view-file-path-text {
34 white-space: pre-wrap;
35 word-wrap: break-word;