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

Side by Side Diff: components/net_log/resources/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
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 } 8 }
9 9
10 button { 10 button {
(...skipping 16 matching lines...) Expand all
27 } 27 }
28 28
29 #net-export-main { 29 #net-export-main {
30 margin: 8px; 30 margin: 8px;
31 } 31 }
32 32
33 #export-view-file-path-text { 33 #export-view-file-path-text {
34 white-space: pre-wrap; 34 white-space: pre-wrap;
35 word-wrap: break-word; 35 word-wrap: break-word;
36 } 36 }
OLDNEW
« no previous file with comments | « components/net_log/net_export_ui_constants.cc ('k') | components/net_log/resources/net_export.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698