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

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

Issue 1361923005: Move net-export resources to //components/net_log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
(Empty)
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 */
5
6 body {
7 font-size: 80%;
8 }
9
10 button {
11 display: block;
12 font-size: 110%;
13 font-weight: bold;
14 margin: 10px auto;
15 min-height: 48px;
16 width: 200px;
17 }
18
19 .radio-button-div {
20 margin: 7px auto;
21 }
22
23 .warning {
24 color: red;
25 font-size: 90%;
26 font-weight: normal;
27 }
28
29 #net-export-main {
30 margin: 8px;
31 }
32
33 #export-view-file-path-text {
34 white-space: pre-wrap;
35 word-wrap: break-word;
36 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/net_export/net_export.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698