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

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: Return standalone suggestions early. 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: components/neterror/resources/neterror.css
diff --git a/components/neterror/resources/neterror.css b/components/neterror/resources/neterror.css
index b9ba88b74bfeb95deaa682a392f0e6a4244be4cf..faeaf2af2400a23edd50085bf6903b140a58ff19 100644
--- a/components/neterror/resources/neterror.css
+++ b/components/neterror/resources/neterror.css
@@ -94,14 +94,24 @@ 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;
}
#sub-frame-error-details {
-<if expr="is_ios">
- font-size: 8pt;
-</if>
color: #8F8F8F;
<if expr="not is_android and not is_ios">
/* Not done on mobile for performance reasons. */
@@ -268,6 +278,9 @@ html[subframe] body {
}
#sub-frame-error-details {
+<if expr="is_ios">
+ font-size: 8pt;
+</if>
margin: 0 10px;
text-align: center;
visibility: hidden;

Powered by Google App Engine
This is Rietveld 408576698