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

Side by Side Diff: chrome/browser/resources/options/instant_confirm_overlay.html

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
OLDNEW
1 <div id="instantConfirmOverlay" class="page hidden"> 1 <div id="instantConfirmOverlay" class="page" hidden>
2 <h1 i18n-content="instantConfirmTitle"></h1> 2 <h1 i18n-content="instantConfirmTitle"></h1>
3 <!-- The text has line breaks, so we must use a pre. --> 3 <!-- The text has line breaks, so we must use a pre. -->
4 <div class="content-area"> 4 <div class="content-area">
5 <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre> 5 <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre>
6 <a target="_blank" i18n-values="href:instantLearnMoreLink" 6 <a target="_blank" i18n-values="href:instantLearnMoreLink"
7 i18n-content="learnMore" id="instantConfirmLearnMore"></a> 7 i18n-content="learnMore" id="instantConfirmLearnMore"></a>
8 </div> 8 </div>
9 <div class="action-area"> 9 <div class="action-area">
10 <div class="button-strip"> 10 <div class="button-strip">
11 <button id="instantConfirmCancel" i18n-content="cancel" 11 <button id="instantConfirmCancel" i18n-content="cancel"
12 class="cancel-button"></button> 12 class="cancel-button"></button>
13 <button id="instantConfirmOk" i18n-content="ok"></button> 13 <button id="instantConfirmOk" i18n-content="ok"></button>
14 </div> 14 </div>
15 </div> 15 </div>
16 </div> 16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698