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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2169193003: Settings: shared css: add .settings-box.single-column (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index cf4a05f7318708337d13bf09ba2b4aac6a7e6375..fad1b6360ac710c867266dcda8c97f85859d220c 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -280,6 +280,16 @@
min-height: 56px;
}
+ /*
+ * A settings box with a single start aligned column, frequently but not
+ * necessarily used in combination with two-line.
+ */
+ .settings-box.single-column {
+ align-items: flex-start;
+ flex-direction: column;
+ justify-content: center;
+ }
+
/* The lower line of text in a .settings-box.two-line. */
.settings-box .secondary {
@apply(--settings-secondary);

Powered by Google App Engine
This is Rietveld 408576698