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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_error_message.html

Issue 19477006: Use dinosaur icon on "you are offline" error page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="error-message" class="step hidden show-offline-error"> 1 <div id="error-message" class="step hidden show-offline-error">
2 <div class="step-contents"> 2 <div class="step-contents">
3 <div class="error-header"> 3 <div class="error-header">
4 <img alt class="error-icon" src="chrome://theme/IDR_NETWORK_ERROR"> 4 <img alt class="error-icon" src="chrome://theme/IDR_ERROR_NETWORK_OFFLINE" >
5 <div id="captive-portal-title" i18n-content="captivePortalTitle" 5 <div id="captive-portal-title" i18n-content="captivePortalTitle"
6 class="error-title 6 class="error-title
7 show-with-error-state-portal 7 show-with-error-state-portal
8 show-with-error-state-offline"></div> 8 show-with-error-state-offline"></div>
9 <div id="proxy-error-title" i18n-content="proxyErrorTitle" 9 <div id="proxy-error-title" i18n-content="proxyErrorTitle"
10 class="error-title 10 class="error-title
11 show-with-error-state-proxy 11 show-with-error-state-proxy
12 show-with-error-state-auth-ext-timeout"> 12 show-with-error-state-auth-ext-timeout">
13 </div> 13 </div>
14 </div> 14 </div>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 </div> 72 </div>
73 </div> 73 </div>
74 </div> 74 </div>
75 <div id="error-guest-signin" class="error-message-paragraph guest-signin"> 75 <div id="error-guest-signin" class="error-message-paragraph guest-signin">
76 </div> 76 </div>
77 <div id="error-offline-login" 77 <div id="error-offline-login"
78 class="error-message-paragraph offline-login"></div> 78 class="error-message-paragraph offline-login"></div>
79 </div> 79 </div>
80 </div> 80 </div>
81 </div> 81 </div>
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698