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

Side by Side Diff: chrome/browser/resources/net_export/net_export.css

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years 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
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-family: sans-serif;
8 font-size: 80%; 7 font-size: 80%;
9 } 8 }
10 9
11 button { 10 button {
12 display: block; 11 display: block;
13 font-size: 110%; 12 font-size: 110%;
14 font-weight: bold; 13 font-weight: bold;
15 margin: 10px auto; 14 margin: 10px auto;
16 min-height: 48px; 15 min-height: 48px;
17 width: 200px; 16 width: 200px;
18 } 17 }
19 18
20 .warning { 19 .warning {
21 color: red; 20 color: red;
22 font-size: 90%; 21 font-size: 90%;
23 font-weight: normal; 22 font-weight: normal;
24 } 23 }
25 24
26 #net-export-main { 25 #net-export-main {
27 margin: 8px; 26 margin: 8px;
28 } 27 }
29 28
30 #export-view-file-path-text { 29 #export-view-file-path-text {
31 white-space: pre-wrap; 30 white-space: pre-wrap;
32 word-wrap: break-word; 31 word-wrap: break-word;
33 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698