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

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

Issue 1137103002: Convert a11y page to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add readOnlys Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/settings_page/settings_page.css
diff --git a/chrome/browser/resources/settings/settings_page/settings_page.css b/chrome/browser/resources/settings/settings_page/settings_page.css
index e98cd6ece79e9c150067d80a1a2ba181b6147c7f..c9353fd15af8531c02fd0f716dd4f24d8055adbb 100644
--- a/chrome/browser/resources/settings/settings_page/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page/settings_page.css
@@ -9,6 +9,8 @@
:host > paper-material {
-webkit-padding-start: 80px;
background-color: white;
+ display: flex;
Kyle Horimoto 2015/05/12 17:53:45 nit: Wouldn't it be better to use layout classes o
Jeremy Klein 2015/05/12 18:35:20 The issue is that if we do that we'll need to add
+ flex-direction: row;
padding-bottom: 40px;
padding-top: 40px;
}

Powered by Google App Engine
This is Rietveld 408576698