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

Side by Side 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, 9 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 unified diff | Download patch
« no previous file with comments | « components/error_page_strings.grdp ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /* Don't use the main frame div when the error is in a subframe. */ 5 /* Don't use the main frame div when the error is in a subframe. */
6 html[subframe] #main-frame-error { 6 html[subframe] #main-frame-error {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 /* Don't use the subframe error div when the error is in a main frame. */ 10 /* Don't use the subframe error div when the error is in a main frame. */
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 87 }
88 88
89 .hidden { 89 .hidden {
90 display: none; 90 display: none;
91 } 91 }
92 92
93 #suggestion { 93 #suggestion {
94 margin-top: 15px; 94 margin-top: 15px;
95 } 95 }
96 96
97 #suggestions-list p {
98 -webkit-margin-after: 0;
99 }
100
101 #suggestions-list ul {
102 margin-top: 0;
103 }
104
105 .single-suggestion {
106 list-style-type: none;
107 padding-left: 0;
108 }
109
97 #short-suggestion { 110 #short-suggestion {
98 margin-top: 5px; 111 margin-top: 5px;
99 } 112 }
100 113
101 #sub-frame-error-details { 114 #sub-frame-error-details {
102 <if expr="is_ios"> 115 <if expr="is_ios">
103 font-size: 8pt; 116 font-size: 8pt;
104 </if> 117 </if>
105 color: #8F8F8F; 118 color: #8F8F8F;
106 <if expr="not is_android and not is_ios"> 119 <if expr="not is_android and not is_ios">
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 overflow: inherit; 476 overflow: inherit;
464 padding: 0 8px; 477 padding: 0 8px;
465 } 478 }
466 } 479 }
467 480
468 @media (max-width: 120px) { 481 @media (max-width: 120px) {
469 button { 482 button {
470 width: auto; 483 width: auto;
471 } 484 }
472 } 485 }
OLDNEW
« 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