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

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
« no previous file with comments | « chrome/browser/resources/settings/reset_page/reset_page.html ('k') | 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_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..29de8f364c5149ac682a5e91e1db56fdbac8f39a 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, generally but not
+ * necessarily used in combination with two-line.
Dan Beam 2016/07/22 23:18:42 nit: I know you're just kind of following the comm
stevenjb 2016/07/22 23:44:42 Acknowledged.
+ */
+ .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);
« no previous file with comments | « chrome/browser/resources/settings/reset_page/reset_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698