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

Unified Diff: chrome/browser/resources/options/import_data_overlay.html

Issue 6313011: DOMUI: Polish up the 'Import Data' overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Narrow a CSS selector. Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/import_data_overlay.html
diff --git a/chrome/browser/resources/options/import_data_overlay.html b/chrome/browser/resources/options/import_data_overlay.html
index ace3502459d5ecfbe1ead636edfb22e87e36d4be..e19f4fb3b3908cbf91e131e5924bf2c647b00fbd 100644
--- a/chrome/browser/resources/options/import_data_overlay.html
+++ b/chrome/browser/resources/options/import_data_overlay.html
@@ -1,6 +1,6 @@
<div id="import-data-overlay" class="page hidden">
<h1 i18n-content="importDataTitle"></h1>
- <div>
+ <div id="import-from-div">
<span i18n-content="importFromLabel"></span>
<select id="import-browsers">
<option i18n-content="importLoading"></option>
« no previous file with comments | « chrome/browser/resources/options/import_data_overlay.css ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698