Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Side by Side Diff: components/net_log/resources/net_export.css

Issue 2850253002: Change chrome://net-export/ UI flow. (Closed)
Patch Set: one more HTML comment for consistency Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/net_log/net_log_file_writer.cc ('k') | components/net_log/resources/net_export.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 body { 6 body {
7 font-size: 80%; 7 font-size: 80%;
8 margin: 1em;
9 }
10
11 #main-container {
12 max-width: 60em;
13 margin-left: auto;
14 margin-right: auto;
8 } 15 }
9 16
10 button { 17 button {
11 display: block; 18 display: block;
12 font-size: 110%; 19 font-size: 110%;
13 font-weight: bold; 20 font-weight: bold;
14 margin: 10px auto; 21 margin: 10px auto;
15 min-height: 48px; 22 min-height: 48px;
16 width: 200px; 23 width: 200px;
17 } 24 }
18 25
19 button:disabled > .export-view-logging-enabled, 26 h2 {
20 button:enabled > .export-view-logging-disabled 27 color: #546E7A;
21 { 28 font-weight: normal;
22 display: none; 29 font-size: 170%;
30 margin-bottom: 1.5em;
23 } 31 }
24 32
25 .radio-button-div { 33 .radio-button-div {
26 margin: 7px auto; 34 margin: 7px auto;
27 } 35 }
28 36
29 .warning { 37 .warning {
30 color: red; 38 color: red;
31 font-size: 90%; 39 font-size: 90%;
32 font-weight: normal;
33 } 40 }
34 41
35 #net-export-main { 42 .section-container {
36 margin: 8px; 43 margin-top: 2em;
37 } 44 }
38 45
39 #export-view-file-path-text { 46 #file-path-logging,
40 white-space: pre-wrap; 47 #file-path-stopped {
41 word-wrap: break-word; 48 font-family: monospace;
42 } 49 }
50
51 .outline-box {
52 margin-top: 2em;
53 border: 1px solid #ababab;
54 padding: 0.5em;
55 line-height: 1.5em;
56 }
OLDNEW
« no previous file with comments | « components/net_log/net_log_file_writer.cc ('k') | components/net_log/resources/net_export.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698