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

Unified Diff: content/browser/resources/net/network_errors_listing.css

Issue 1421743002: Implement chrome://network-errors for direct access to network error interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: content/browser/resources/net/network_errors_listing.css
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html b/content/browser/resources/net/network_errors_listing.css
similarity index 60%
copy from chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html
copy to content/browser/resources/net/network_errors_listing.css
index 744b5755332e9d3a4d94ea5e991e3fe607f97a86..c058c863f566582fe46fad001779fc0714c2f362 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html
+++ b/content/browser/resources/net/network_errors_listing.css
@@ -1,10 +1,12 @@
-<!--
+/*
* Copyright 2015 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.
--->
-<html>
-<body>
- <webview></webview>
-</body>
-</html>
+ */
+
+body {
+ font-family: Arial, sans-serif;
+ font-size: 12px;
+ margin: 10px;
+ padding-bottom: 65px;
+}

Powered by Google App Engine
This is Rietveld 408576698