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

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

Issue 185003002: Revert 254207 "Switch to using the new Link Doctor API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/chrome/renderer/resources/neterror.css
===================================================================
--- trunk/src/chrome/renderer/resources/neterror.css (revision 254240)
+++ trunk/src/chrome/renderer/resources/neterror.css (working copy)
@@ -46,7 +46,7 @@
#content-top #buttons,
#content-top h1 {
color: #666;
- margin: 10px 0px 30px 0px;
+ margin: 10px 0px 25px 0px;
font-weight: normal;
font-size: 1.5em;
text-align: center;
@@ -85,7 +85,7 @@
}
#content-top {
- margin: 20px;
+ margin: 20px 20px 20px 25px;
}
#help-box-outer {
@@ -97,18 +97,14 @@
background-color: #f9f9f9;
border-top: 1px solid #EEE;
color: #444;
- padding: 20px;
+ padding: 25px 20px;
text-align: start;
}
-#suggestion {
+#suggestions {
margin-top: 15px;
}
-#short-suggestion {
- margin-top: 5px;
-}
-
#sub-frame-error-details {
color: #8F8F8F;
<if expr="not is_android and not is_ios">
@@ -125,7 +121,11 @@
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 2px;
color: #444;
+ margin: 0px 5px;
+ min-height: 29px;
+ min-width: 65px;
-webkit-user-select: none;
+ padding: 8px 13px;
<if expr="not is_android">
/* iOS does not support linear-gradient without a prefix. */
background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
@@ -170,14 +170,7 @@
</if>
}
-.text-button {
- margin: 0px 5px;
- min-height: 29px;
- min-width: 65px;
- padding: 7px 13px;
-}
-
-.blue-button {
+#reload-button {
color: #fff;
<if expr="not is_android">
background-image: -webkit-linear-gradient(#5d9aff, #5d9aff 38%, #5891f0);
@@ -193,7 +186,7 @@
</if>
}
-.blue-button:hover {
+#reload-button:hover {
<if expr="not is_android">
background-image: -webkit-linear-gradient(#659efd, #659efd 38%, #6097f1);
border: 1px solid rgba(45, 102, 195, 1);
@@ -203,7 +196,7 @@
</if>
}
-.blue-button:active {
+#reload-button:active {
<if expr="not is_android">
background-image: -webkit-linear-gradient(#6095ed, #6095ed 38%, #6095ed);
border: 1px solid rgb(38, 84, 160);
@@ -216,46 +209,6 @@
</if>
}
-#search-container {
- /* Prevents a space between controls. */
- display: flex;
- margin-top: 20px;
-}
-
-#search-box {
- border: 1px solid #cdcdcd;
- flex-grow: 1;
- font-size: 16px;
- height: 26px;
- margin-right: 0;
- padding: 1px 9px;
-}
-
-#search-box:focus {
- border: 1px solid #5d9aff;
- outline: none;
-}
-
-#search-button {
- border: none;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- box-shadow: none;
- display: flex;
- height: 30px;
- margin: 0;
- width: 60px;
- padding: 0;
-}
-
-#search-image {
- content:
- -webkit-image-set(
- url('../../app/theme/default_100_percent/common/omnibox_search_button_loupe.png') 1x,
- url('../../app/theme/default_200_percent/common/omnibox_search_button_loupe.png') 2x);
- margin: auto;
-}
-
.hidden {
display: none;
}
« no previous file with comments | « trunk/src/chrome/renderer/net/net_error_helper_core_unittest.cc ('k') | trunk/src/chrome/renderer/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698