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

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: 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..70dd2720243d86ca5dd0058277b590f6310523b9 100644
--- a/chrome/browser/resources/options/import_data_overlay.css
+++ b/chrome/browser/resources/options/import_data_overlay.css
@@ -1,3 +1,13 @@
+#import-from-div {
+ margin-top: 10px;
+ margin-bottom: 20px;
+}
+
+#import-checkboxes > div:not(:first-child) {
+ -webkit-padding-start: 8px;
+ margin: 5px 0;
+}
+
#import-throbber {
background-image: url("../../../../app/resources/throbber.png");
width: 16px;
« no previous file with comments | « no previous file | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698