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

Side by Side 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: styling 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/languages_page/languages_page.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="/settings_root_css.html"> 1 <link rel="import" href="/settings_root_css.html">
2 2
3 <!-- Common styles for Material Design settings. --> 3 <!-- Common styles for Material Design settings. -->
4 <dom-module id="settings-shared"> 4 <dom-module id="settings-shared">
5 <template> 5 <template>
6 <style> 6 <style>
7 h2 { 7 h2 {
8 align-items: center; 8 align-items: center;
9 display: flex; 9 display: flex;
10 font-size: 100%; 10 font-size: 100%;
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 .list-item > .middle { 197 .list-item > .middle {
198 flex: 1; 198 flex: 1;
199 margin: 8px 16px; 199 margin: 8px 16px;
200 } 200 }
201 201
202 /* The start (left in LTR) part (horizontally) of a list item. */ 202 /* The start (left in LTR) part (horizontally) of a list item. */
203 .list-item > .start { 203 .list-item > .start {
204 flex: 1; 204 flex: 1;
205 } 205 }
206 206
207 .list-item > label span[disabled] {
208 opacity: .65; /* TODO(michaelpg): check this value with bettes. */
209 }
210
207 .list-item > paper-icon-item { 211 .list-item > paper-icon-item {
208 padding: 0; 212 padding: 0;
209 } 213 }
210 214
211 /* This button has no ink ripple. */ 215 /* This button has no ink ripple. */
212 .list-item.list-button { 216 .list-item.list-button {
213 align-items: center; 217 align-items: center;
214 color: var(--google-blue-500); 218 color: var(--google-blue-500);
215 font-weight: 500; 219 font-weight: 500;
216 } 220 }
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 311
308 .favicon-image { 312 .favicon-image {
309 background-repeat: no-repeat; 313 background-repeat: no-repeat;
310 background-size: contain; 314 background-size: contain;
311 height: 16px; 315 height: 16px;
312 width: 16px; 316 width: 16px;
313 } 317 }
314 </style> 318 </style>
315 </template> 319 </template>
316 </dom-module> 320 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/languages_page/languages_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698