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

Side by Side Diff: chrome/browser/resources/settings/internet_page/internet_shared_css.html

Issue 2624573002: MD Settings: Internet: UI For global policy (Closed)
Patch Set: Rebase + Wrap Created 3 years, 11 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
OLDNEW
1 <link rel="import" href="/settings_shared_css.html"> 1 <link rel="import" href="/settings_shared_css.html">
2 2
3 <!-- Common styles for Material Design settings. --> 3 <!-- Common styles for Material Design settings. -->
4 <dom-module id="internet-shared"> 4 <dom-module id="internet-shared">
5 <template> 5 <template>
6 <style include="settings-shared"> 6 <style include="settings-shared">
7 iron-icon.policy {
8 -webkit-margin-end: 12px;
9 }
10
7 paper-input-container { 11 paper-input-container {
8 --paper-input-container-input: { 12 --paper-input-container-input: {
9 color: var(--paper-grey-600); 13 color: var(--paper-grey-600);
10 font-size: inherit; 14 font-size: inherit;
11 font-weight: 400; 15 font-weight: 400;
12 }; 16 };
13 margin-bottom: 0; 17 margin-bottom: 0;
14 margin-top: -9px; 18 margin-top: -9px;
15 } 19 }
16 20
17 .settings-box.indent { 21 .settings-box.indent {
18 @apply(--settings-list-frame-padding); 22 @apply(--settings-list-frame-padding);
19 } 23 }
20 </style> 24 </style>
21 </template> 25 </template>
22 </dom-module> 26 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698