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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_export/net_export.css
diff --git a/chrome/browser/resources/net_export/net_export.css b/chrome/browser/resources/net_export/net_export.css
deleted file mode 100644
index 0fae6394a3d55a22e0356e74ad49336098cf1718..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/net_export/net_export.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-body {
- font-size: 80%;
-}
-
-button {
- display: block;
- font-size: 110%;
- font-weight: bold;
- margin: 10px auto;
- min-height: 48px;
- width: 200px;
-}
-
-.radio-button-div {
- margin: 7px auto;
-}
-
-.warning {
- color: red;
- font-size: 90%;
- font-weight: normal;
-}
-
-#net-export-main {
- margin: 8px;
-}
-
-#export-view-file-path-text {
- white-space: pre-wrap;
- word-wrap: break-word;
-}
« 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