| OLD | NEW | 
|    1 /* |    1 /* | 
|    2  * Copyright (c) 2015 The Chromium Authors. All rights reserved. |    2  * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 
|    3  * Use of this source code is governed by a BSD-style license that can be |    3  * Use of this source code is governed by a BSD-style license that can be | 
|    4  * found in the LICENSE file. |    4  * found in the LICENSE file. | 
|    5  */ |    5  */ | 
|    6  |    6  | 
|    7 .devices-container { |    7 .devices-container { | 
|    8     overflow: hidden; |    8     overflow: hidden; | 
|    9     flex: auto; |    9     flex: auto; | 
|   10 } |   10 } | 
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  136     position: relative; |  136     position: relative; | 
|  137     flex: auto 1 1; |  137     flex: auto 1 1; | 
|  138 } |  138 } | 
|  139  |  139  | 
|  140 .port-forwarding-value { |  140 .port-forwarding-value { | 
|  141     white-space: nowrap; |  141     white-space: nowrap; | 
|  142     text-overflow: ellipsis; |  142     text-overflow: ellipsis; | 
|  143     -webkit-user-select: none; |  143     -webkit-user-select: none; | 
|  144     color: #222; |  144     color: #222; | 
|  145     flex: 3 1 0; |  145     flex: 3 1 0; | 
|  146     overflow: hidden; |  | 
|  147 } |  146 } | 
|  148  |  147  | 
|  149 .port-forwarding-value.port-forwarding-port { |  148 .port-forwarding-value.port-forwarding-port { | 
|  150     flex: 1 1 0; |  149     flex: 1 1 0; | 
|  151 } |  150 } | 
|  152  |  151  | 
|  153 .port-localhost { |  152 .port-localhost { | 
|  154     color: #aaa; |  153     color: #aaa; | 
|  155 } |  154 } | 
|  156  |  155  | 
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  223     position: relative; |  222     position: relative; | 
|  224     flex: auto 1 1; |  223     flex: auto 1 1; | 
|  225 } |  224 } | 
|  226  |  225  | 
|  227 .network-discovery-value { |  226 .network-discovery-value { | 
|  228     white-space: nowrap; |  227     white-space: nowrap; | 
|  229     text-overflow: ellipsis; |  228     text-overflow: ellipsis; | 
|  230     -webkit-user-select: none; |  229     -webkit-user-select: none; | 
|  231     color: #222; |  230     color: #222; | 
|  232     flex: 3 1 0; |  231     flex: 3 1 0; | 
|  233     overflow: hidden; |  | 
|  234 } |  232 } | 
|  235  |  233  | 
|  236 .network-discovery-edit-row { |  234 .network-discovery-edit-row { | 
|  237     flex: none; |  235     flex: none; | 
|  238     display: flex; |  236     display: flex; | 
|  239     flex-direction: row; |  237     flex-direction: row; | 
|  240     margin: 6px 5px; |  238     margin: 6px 5px; | 
|  241     align-items: center; |  239     align-items: center; | 
|  242 } |  240 } | 
|  243  |  241  | 
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  455 } |  453 } | 
|  456  |  454  | 
|  457 :host-context(.node-frontend) .network-discovery-edit-row input { |  455 :host-context(.node-frontend) .network-discovery-edit-row input { | 
|  458     height: 30px; |  456     height: 30px; | 
|  459     padding-left: 5px; |  457     padding-left: 5px; | 
|  460 } |  458 } | 
|  461  |  459  | 
|  462 :host-context(.node-frontend) .network-discovery-edit-row { |  460 :host-context(.node-frontend) .network-discovery-edit-row { | 
|  463     margin: 6px 9px; |  461     margin: 6px 9px; | 
|  464 } |  462 } | 
| OLD | NEW |