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

Unified Diff: chrome/renderer/resources/neterror.css

Issue 1639953002: Network error interstitial update - add suggestions list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments + Fix generic icon Created 4 years, 10 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
Index: chrome/renderer/resources/neterror.css
diff --git a/chrome/renderer/resources/neterror.css b/chrome/renderer/resources/neterror.css
index b4e8186b9e983cc9417cd01b065cc9be63ec5b95..983f2271cbf9808ca56e300f0977c45f8ea5bd5d 100644
--- a/chrome/renderer/resources/neterror.css
+++ b/chrome/renderer/resources/neterror.css
@@ -94,6 +94,19 @@ a {
margin-top: 15px;
}
+#suggestions-list p {
+ -webkit-margin-after: 0;
+}
+
+#suggestions-list ul {
+ margin-top: 0;
+}
+
+.single-suggestion {
+ list-style-type: none;
+ padding-left: 0;
+}
+
#short-suggestion {
margin-top: 5px;
}

Powered by Google App Engine
This is Rietveld 408576698