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

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

Issue 2854863003: Make chrome://net-export/ look better on Mac. (Closed)
Patch Set: 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 | « no previous file | no next file » | 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; 8 margin: 1em;
9 } 9 }
10 10
11 #main-container { 11 #main-container {
12 max-width: 60em; 12 max-width: 60em;
13 margin-left: auto; 13 margin-left: auto;
14 margin-right: auto; 14 margin-right: auto;
15 } 15 }
16 16
17 button { 17 button {
18 display: block; 18 display: block;
19 font-size: 110%; 19 font-size: 110%;
20 font-weight: bold; 20 font-weight: bold;
21 margin: 10px auto; 21 margin: 10px auto;
22 min-height: 48px; 22 padding: 1em;
23 width: 200px; 23 width: 14em;
24 } 24 }
25 25
26 h2 { 26 h2 {
27 color: #546E7A; 27 color: #546E7A;
28 font-weight: normal; 28 font-weight: normal;
29 font-size: 170%; 29 font-size: 170%;
30 margin-bottom: 1.5em; 30 margin-bottom: 1.5em;
31 } 31 }
32 32
33 .radio-button-div { 33 .radio-button-div {
(...skipping 13 matching lines...) Expand all
47 #file-path-stopped { 47 #file-path-stopped {
48 font-family: monospace; 48 font-family: monospace;
49 } 49 }
50 50
51 .outline-box { 51 .outline-box {
52 margin-top: 2em; 52 margin-top: 2em;
53 border: 1px solid #ababab; 53 border: 1px solid #ababab;
54 padding: 0.5em; 54 padding: 0.5em;
55 line-height: 1.5em; 55 line-height: 1.5em;
56 } 56 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698