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

Unified Diff: components/neterror/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: Remove redundant DCHECKs 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
« no previous file with comments | « components/error_page_strings.grdp ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/neterror/resources/neterror.css
diff --git a/components/neterror/resources/neterror.css b/components/neterror/resources/neterror.css
index b9ba88b74bfeb95deaa682a392f0e6a4244be4cf..7ab4ae77b50bb64e317262a50550855372eaf0af 100644
--- a/components/neterror/resources/neterror.css
+++ b/components/neterror/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;
}
« no previous file with comments | « components/error_page_strings.grdp ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698