| Index: chrome/browser/resources/ssl/neterror.css
|
| diff --git a/chrome/renderer/resources/neterror.css b/chrome/browser/resources/ssl/neterror.css
|
| similarity index 85%
|
| copy from chrome/renderer/resources/neterror.css
|
| copy to chrome/browser/resources/ssl/neterror.css
|
| index fc2e1535a8c6eb37d6dc1c0a26445c7d42c2b1c3..262d60e50fa6c61d3d2b8925a24d1473e947df7b 100644
|
| --- a/chrome/renderer/resources/neterror.css
|
| +++ b/chrome/browser/resources/ssl/neterror.css
|
| @@ -45,17 +45,17 @@ html:not([subframe]) #sub-frame-error {
|
| }
|
|
|
| #diagnose-button {
|
| - margin-top: 20px;
|
| + -webkit-margin-start: 0;
|
| margin-bottom: 10px;
|
| - -webkit-margin-start: 0px;
|
| + margin-top: 20px;
|
| }
|
|
|
| #content-top #buttons,
|
| #content-top h1 {
|
| color: #666;
|
| - margin: 10px 0px 30px 0px;
|
| - font-weight: normal;
|
| font-size: 1.5em;
|
| + font-weight: normal;
|
| + margin: 10px 0 30px 0;
|
| text-align: center;
|
| }
|
|
|
| @@ -67,7 +67,7 @@ h2 {
|
| }
|
|
|
| a {
|
| - color: #15c;
|
| + color: rgb(17, 85, 204);
|
| text-decoration: none;
|
| }
|
|
|
| @@ -81,14 +81,14 @@ a {
|
| * renderer process, so embed the resource manually.
|
| */
|
| content: -webkit-image-set(
|
| - url('../../app/theme/default_100_percent/common/error_network_generic.png') 1x,
|
| - url('../../app/theme/default_200_percent/common/error_network_generic.png') 2x);
|
| + url('../../../app/theme/default_100_percent/common/error_network_generic.png') 1x,
|
| + url('../../../app/theme/default_200_percent/common/error_network_generic.png') 2x);
|
| }
|
|
|
| .icon-offline {
|
| content: -webkit-image-set(
|
| - url('../../app/theme/default_100_percent/common/error_network_offline.png') 1x,
|
| - url('../../app/theme/default_200_percent/common/error_network_offline.png') 2x);
|
| + url('../../../app/theme/default_100_percent/common/error_network_offline.png') 1x,
|
| + url('../../../app/theme/default_200_percent/common/error_network_offline.png') 2x);
|
| }
|
|
|
| #content-top {
|
| @@ -96,8 +96,8 @@ a {
|
| }
|
|
|
| #help-box-outer {
|
| - overflow: hidden;
|
| -webkit-transition: height ease-in 218ms;
|
| + overflow: hidden;
|
| }
|
|
|
| #help-box-inner {
|
| @@ -129,10 +129,10 @@ a {
|
| }
|
|
|
| button {
|
| + -webkit-user-select: none;
|
| border: 1px solid rgba(0, 0, 0, 0.25);
|
| border-radius: 2px;
|
| color: #444;
|
| - -webkit-user-select: none;
|
| <if expr="not is_android">
|
| /* iOS does not support linear-gradient without a prefix. */
|
| background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
|
| @@ -145,7 +145,8 @@ button {
|
| </if>
|
| <if expr="not is_android and not is_ios">
|
| /* Not done on mobile for performance reasons. */
|
| - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
|
| + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
|
| + inset 0 1px 2px rgba(255, 255, 255, 0.75);
|
| </if>
|
| }
|
|
|
| @@ -159,7 +160,8 @@ button:hover {
|
| background-color: #f0f0f0;
|
| </if>
|
| <if expr="not is_android and not is_ios">
|
| - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
|
| + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12),
|
| + inset 0 1px 2px rgba(255, 255, 255, 0.95);
|
| </if>
|
| }
|
|
|
| @@ -178,7 +180,7 @@ button:active {
|
| }
|
|
|
| .text-button {
|
| - margin: 0px 5px;
|
| + margin: 0 5px;
|
| min-height: 29px;
|
| min-width: 65px;
|
| padding: 7px 13px;
|
| @@ -196,7 +198,8 @@ button:active {
|
| border: 1px solid rgb(0, 152, 206);
|
| </if>
|
| <if expr="not is_android and not is_ios">
|
| - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(255, 255, 255, 0.2);
|
| + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15),
|
| + inset 0 1px 2px rgba(255, 255, 255, 0.2);
|
| </if>
|
| }
|
|
|
| @@ -207,7 +210,8 @@ button:active {
|
| border: 1px solid rgba(45, 102, 195, 1);
|
| </if>
|
| <if expr="not is_android and not is_ios">
|
| - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.2);
|
| + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25),
|
| + inset 0 1px 2px rgba(255, 255, 255, 0.2);
|
| </if>
|
| }
|
|
|
| @@ -240,27 +244,27 @@ button:active {
|
| }
|
|
|
| #search-box:focus {
|
| - border: 1px solid #5d9aff;
|
| + border: 1px solid rgb(93, 154, 255);
|
| outline: none;
|
| }
|
|
|
| #search-button {
|
| border: none;
|
| - border-top-left-radius: 0;
|
| border-bottom-left-radius: 0;
|
| + border-top-left-radius: 0;
|
| box-shadow: none;
|
| display: flex;
|
| height: 30px;
|
| margin: 0;
|
| - width: 60px;
|
| padding: 0;
|
| + width: 60px;
|
| }
|
|
|
| #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);
|
| + 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;
|
| }
|
|
|
| @@ -299,7 +303,7 @@ button:active {
|
| margin: 15px;
|
| }
|
| h1 {
|
| - margin: 10px 0px 15px 0px;
|
| + margin: 10px 0 15px 0;
|
| }
|
| #content-top {
|
| margin: 15px;
|
| @@ -311,7 +315,7 @@ button:active {
|
| margin-top: 10px;
|
| }
|
| .suggestion-header {
|
| - margin-bottom: 0px;
|
| + margin-bottom: 0;
|
| }
|
| .error-code {
|
| margin-top: 10px;
|
| @@ -325,14 +329,14 @@ html[subframe] body {
|
|
|
| #sub-frame-error {
|
| -webkit-align-items: center;
|
| + -webkit-flex-flow: column;
|
| + -webkit-justify-content: center;
|
| background-color: #DDD;
|
| display: -webkit-flex;
|
| - -webkit-flex-flow: column;
|
| height: 100%;
|
| - -webkit-justify-content: center;
|
| - left: 0px;
|
| + left: 0;
|
| position: absolute;
|
| - top: 0px;
|
| + top: 0;
|
| width: 100%;
|
| }
|
|
|
|
|