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

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

Issue 1409373007: [MD settings] adding settings-row class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed height to min-height 20px Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2cb3945efb97d91a2f833df5ef1b8836935f0d4a..ed46cf20fc15a498387e2f0425d04cfe895a4876 100644
--- a/chrome/browser/resources/settings/settings_page/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page/settings_page.css
@@ -69,3 +69,22 @@ h2 {
display: flex;
margin-top: 25px;
}
+
+.settings-row {
+ @apply(--layout-center);
+ @apply(--layout-horizontal);
+ border-top: 1px solid #e0e0e0;
+ display: flex;
+ justify-content: space-between;
+ min-height: 20px;
+ padding: 8px 16px;
+}
+
+.settings-row:first-of-type {
+ border-top: none;
+}
+
+.settings-row paper-item iron-icon {
+ /* Same padding as paper-icon-button. */
+ padding: 8px;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698