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

Unified Diff: chrome/browser/resources/settings/downloads_page/downloads_page.css

Issue 1013833003: Show Pages in chrome://md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/settings/downloads_page/downloads_page.css
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.css b/chrome/browser/resources/settings/downloads_page/downloads_page.css
index 2977dc0c232c62adb5856329ecc1dc72755672ee..10b4e2c3e3d5edc4485527f33112931c746aa0c4 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.css
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.css
@@ -3,7 +3,10 @@
* found in the LICENSE file. */
core-label {
- margin: 10px;
+ -webkit-margin-end: 10px;
Jeremy Klein 2015/03/18 00:12:04 Are these core-label styles just going to be share
michaelpg 2015/03/18 01:40:08 Done.
+ -webkit-margin-start: 0;
+ margin-bottom: 10px;
+ margin-top: 10px;
}
cr-checkbox {

Powered by Google App Engine
This is Rietveld 408576698