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

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

Issue 6313011: DOMUI: Polish up the 'Import Data' overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.css
diff --git a/chrome/browser/resources/options/import_data_overlay.css b/chrome/browser/resources/options/import_data_overlay.css
index f49ee22e21df51c415aeb0393dde25b393d5125c..72f6e051fe274e05560630c294c5c8d80d5e04b9 100644
--- a/chrome/browser/resources/options/import_data_overlay.css
+++ b/chrome/browser/resources/options/import_data_overlay.css
@@ -1,3 +1,12 @@
+#import-from-div {
+ margin-top: 10px;
+ margin-bottom: 20px;
+}
+
+#import-checkboxes > div:not(:first-child) {
+ margin: 5px 0;
+}
+
#import-throbber {
background-image: url("../../../../app/resources/throbber.png");
width: 16px;

Powered by Google App Engine
This is Rietveld 408576698