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

Side by Side Diff: chrome/browser/resources/options/import_data_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="import-data-overlay" class="page hidden"> 1 <div id="import-data-overlay" class="page" hidden>
2 <h1 i18n-content="importDataOverlay"></h1> 2 <h1 i18n-content="importDataOverlay"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <div id="import-from-div"> 4 <div id="import-from-div">
5 <span i18n-content="importFromLabel"></span> 5 <span i18n-content="importFromLabel"></span>
6 <select id="import-browsers"> 6 <select id="import-browsers">
7 <option i18n-content="importLoading"></option> 7 <option i18n-content="importLoading"></option>
8 </select> 8 </select>
9 </div> 9 </div>
10 <div id="import-checkboxes"> 10 <div id="import-checkboxes">
11 <div i18n-content="importDescription"></div> 11 <div i18n-content="importDescription"></div>
(...skipping 18 matching lines...) Expand all
30 <div class="action-area"> 30 <div class="action-area">
31 <div class="action-area-right"> 31 <div class="action-area-right">
32 <div id="import-throbber" class="throbber"></div> 32 <div id="import-throbber" class="throbber"></div>
33 <div class="button-strip"> 33 <div class="button-strip">
34 <button id="import-data-cancel" i18n-content="cancel"></button> 34 <button id="import-data-cancel" i18n-content="cancel"></button>
35 <button id="import-data-commit" i18n-content="importCommit"></button> 35 <button id="import-data-commit" i18n-content="importCommit"></button>
36 </div> 36 </div>
37 </div> 37 </div>
38 </div> 38 </div>
39 </div> 39 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698