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

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

Issue 1583693005: Update network error interstitial strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add heading dictionary Created 4 years, 11 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/common/localized_error.cc ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/neterror.css
diff --git a/chrome/renderer/resources/neterror.css b/chrome/renderer/resources/neterror.css
index d364ffdc3c9211c6c780f3051d681844cc715bb0..246c8a9e634a51b06c21453248bcee5db7e0e8f9 100644
--- a/chrome/renderer/resources/neterror.css
+++ b/chrome/renderer/resources/neterror.css
@@ -21,6 +21,11 @@ html:not([subframe]) #sub-frame-error {
h1 {
margin-top: 0;
+ word-wrap: break-word;
+}
+
+h1 span {
+ font-weight: 500;
}
h2 {
@@ -66,6 +71,7 @@ a {
.error-code {
display: block;
+ font-size: .8em;
}
#content-top {
@@ -118,7 +124,7 @@ a {
#search-box {
border: 1px solid #cdcdcd;
flex-grow: 1;
- font-size: 16px;
+ font-size: 1em;
height: 26px;
margin-right: 0;
padding: 1px 9px;
@@ -234,9 +240,6 @@ a {
.suggestion-header {
margin-bottom: 0;
}
- .error-code {
- margin: 10px 0;
- }
}
/* Don't allow overflow when in a subframe. */
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698