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

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

Issue 2052573003: MD Settings: Update spell check section to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@LanguagePolish
Patch Set: Created 4 years, 6 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 2e981c898d8889bcc1fdabad7b25bb7a11f0dfdb..ac1b4fe8ca67d08e29e93b9b0b15f9d239ee333c 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -187,6 +187,19 @@
white-space: nowrap;
}
+ .list-item > label.start {
+ align-items: center;
+ display: flex;
dschuyler 2016/06/10 21:49:46 Can we move the flex: 1 here and remove the .lis
michaelpg 2016/06/20 19:55:37 Done.
+ }
+
+ .list-item > label.start > span {
+ flex: 1;
+ }
+
+ .list-item > label span[disabled] {
+ opacity: .5; /* TODO(michaelpg): check this value with bettes. */
+ }
+
.list-item > paper-icon-item {
padding: 0;
}

Powered by Google App Engine
This is Rietveld 408576698