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

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

Issue 2664503004: MD Settings: Make all HTML import href's relative. (Closed)
Patch Set: resolve more conflicts Created 3 years, 10 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 { 7 iron-icon.policy {
8 -webkit-margin-end: 12px; 8 -webkit-margin-end: 12px;
9 } 9 }
10 10
11 paper-input-container { 11 paper-input-container {
12 --paper-input-container-input: { 12 --paper-input-container-input: {
13 color: var(--paper-grey-600); 13 color: var(--paper-grey-600);
14 font-size: inherit; 14 font-size: inherit;
15 font-weight: 400; 15 font-weight: 400;
16 }; 16 };
17 margin-bottom: 0; 17 margin-bottom: 0;
18 margin-top: -9px; 18 margin-top: -9px;
19 } 19 }
20 20
21 .settings-box.indent { 21 .settings-box.indent {
22 @apply(--settings-list-frame-padding); 22 @apply(--settings-list-frame-padding);
23 } 23 }
24 </style> 24 </style>
25 </template> 25 </template>
26 </dom-module> 26 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698