OLD | NEW |
1 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa
nd_button.html"> | 1 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa
nd_button.html"> |
2 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list.
html"> | 2 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list.
html"> |
3 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list_
item.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list_
item.html"> |
4 <link rel="import" href="chrome://resources/html/action_link.html"> | 4 <link rel="import" href="chrome://resources/html/action_link.html"> |
5 <link rel="import" href="chrome://resources/html/action_link_css.html"> | 5 <link rel="import" href="chrome://resources/html/action_link_css.html"> |
6 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 6 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
7 <link rel="import" href="chrome://resources/html/polymer.html"> | 7 <link rel="import" href="chrome://resources/html/polymer.html"> |
8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior
/iron-a11y-keys-behavior.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior
/iron-a11y-keys-behavior.html"> |
9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> |
10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button.html"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button.html"> |
11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spi
nner.html"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spi
nner.html"> |
13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> | 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> |
14 <link rel="import" href="../settings_shared_css.html"> | 14 <link rel="import" href="../settings_shared_css.html"> |
15 <link rel="import" href="network_siminfo.html"> | 15 <link rel="import" href="network_siminfo.html"> |
16 | 16 |
17 <dom-module name="network-summary-item"> | 17 <dom-module id="network-summary-item"> |
18 <template> | 18 <template> |
19 <style include="settings-shared action-link"> | 19 <style include="settings-shared action-link"> |
20 paper-spinner { | 20 paper-spinner { |
21 @apply(--cr-icon-height-width); | 21 @apply(--cr-icon-height-width); |
22 margin: 0 var(--settings-box-row-padding); | 22 margin: 0 var(--settings-box-row-padding); |
23 } | 23 } |
24 | 24 |
25 network-siminfo { | 25 network-siminfo { |
26 padding: 0 var(--settings-box-row-padding); | 26 padding: 0 var(--settings-box-row-padding); |
27 } | 27 } |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 $i18n{knownNetworksButton} | 115 $i18n{knownNetworksButton} |
116 </a> | 116 </a> |
117 </div> | 117 </div> |
118 </template> | 118 </template> |
119 </div> | 119 </div> |
120 </iron-collapse> | 120 </iron-collapse> |
121 </template> | 121 </template> |
122 </template> | 122 </template> |
123 <script src="network_summary_item.js"></script> | 123 <script src="network_summary_item.js"></script> |
124 </dom-module> | 124 </dom-module> |
OLD | NEW |