Chromium Code Reviews| 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; |
| } |