| 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/icons.html"> |    2 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 
|    3 <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.
     html"> | 
|    4 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list_
     item.html"> |    4 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list_
     item.html"> | 
|    5 <link rel="import" href="chrome://resources/html/polymer.html"> |    5 <link rel="import" href="chrome://resources/html/polymer.html"> | 
|    6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior
     /iron-a11y-keys-behavior.html"> |    6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior
     /iron-a11y-keys-behavior.html"> | 
|    7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
     apse.html"> |    7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
     apse.html"> | 
|    8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
     on.html"> |    8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
     -icon-button.html"> | 
|    9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spi
     nner.html"> |    9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spi
     nner.html"> | 
|   10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
     er-toggle-button.html"> |   10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
     er-toggle-button.html"> | 
|   11 <link rel="import" href="/settings_shared_css.html"> |   11 <link rel="import" href="/settings_shared_css.html"> | 
|   12 <link rel="import" href="network_siminfo.html"> |   12 <link rel="import" href="network_siminfo.html"> | 
|   13  |   13  | 
|   14 <dom-module name="network-summary-item"> |   14 <dom-module name="network-summary-item"> | 
|   15   <template> |   15   <template> | 
|   16     <style include="settings-shared"> |   16     <style include="settings-shared"> | 
|   17       paper-spinner { |   17       paper-spinner { | 
|   18         height: 20px; |   18         height: 20px; | 
|   19         margin: 0 var(--settings-box-row-padding); |   19         margin: 0 var(--settings-box-row-padding); | 
|   20         width: 20px; |   20         width: 20px; | 
|   21       } |   21       } | 
|   22  |   22  | 
|   23       network-siminfo { |   23       network-siminfo { | 
|   24         padding: 0 var(--settings-box-row-padding); |   24         padding: 0 var(--settings-box-row-padding); | 
|   25       } |   25       } | 
|   26        |   26  | 
|   27       .button-row { |   27       .button-row { | 
|   28         align-items: center; |   28         align-items: center; | 
|   29         display: flex; |   29         display: flex; | 
|   30         min-height: var(--settings-row-min-height); |   30         min-height: var(--settings-row-min-height); | 
|   31       } |   31       } | 
|   32  |   32  | 
|   33       #buttons { |   33       #buttons { | 
|   34         align-items: center; |   34         align-items: center; | 
|   35       } |   35       } | 
|   36  |   36  | 
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  105             <div class="button-row" actionable on-tap="onKnownNetworksTap_"> |  105             <div class="button-row" actionable on-tap="onKnownNetworksTap_"> | 
|  106               <a is="action-link">$i18n{knownNetworksButton}</a> |  106               <a is="action-link">$i18n{knownNetworksButton}</a> | 
|  107             </div> |  107             </div> | 
|  108           </template> |  108           </template> | 
|  109         </div> |  109         </div> | 
|  110       </iron-collapse> |  110       </iron-collapse> | 
|  111     </template> |  111     </template> | 
|  112   </template> |  112   </template> | 
|  113   <script src="network_summary_item.js"></script> |  113   <script src="network_summary_item.js"></script> | 
|  114 </dom-module> |  114 </dom-module> | 
| OLD | NEW |