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

Side by Side Diff: chrome/browser/resources/options/certificate_restore_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 class="page hidden" id="certificateRestoreOverlay"> 1 <div class="page" id="certificateRestoreOverlay" hidden>
2 <h1 i18n-content="certificateRestorePasswordDescription"></h1> 2 <h1 i18n-content="certificateRestorePasswordDescription"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <label id="certificateRestorePasswordLabel"> 4 <label id="certificateRestorePasswordLabel">
5 <span i18n-content="certificatePasswordLabel"></span> 5 <span i18n-content="certificatePasswordLabel"></span>
6 <input type="password" id="certificateRestorePassword"> 6 <input type="password" id="certificateRestorePassword">
7 </label> 7 </label>
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 type="reset" id="certificateRestoreCancelButton" 11 <button type="reset" id="certificateRestoreCancelButton"
12 i18n-content="cancel"></button> 12 i18n-content="cancel"></button>
13 <button type="submit" id="certificateRestoreOkButton" i18n-content="ok"> 13 <button type="submit" id="certificateRestoreOkButton" i18n-content="ok">
14 </button> 14 </button>
15 </div> 15 </div>
16 </div> 16 </div>
17 </div> 17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698