OLD | NEW |
1 #inetTitle { | 1 #inetTitle { |
2 border: none; | 2 border: none; |
3 } | 3 } |
4 | 4 |
5 #network-general-div { | 5 #network-general-div { |
6 -webkit-margin-start: 15px; | 6 -webkit-margin-start: 15px; |
7 } | 7 } |
8 | 8 |
9 #networking-controls { | 9 #networking-controls { |
10 display: -webkit-box; | 10 display: -webkit-box; |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 line-height: 100%; | 64 line-height: 100%; |
65 max-width: 320px; | 65 max-width: 320px; |
66 overflow: hidden; | 66 overflow: hidden; |
67 vertical-align: middle; | 67 vertical-align: middle; |
68 } | 68 } |
69 | 69 |
70 html[dir='rtl'] .network-item-text { | 70 html[dir='rtl'] .network-item-text { |
71 background: right center no-repeat; | 71 background: right center no-repeat; |
72 } | 72 } |
73 | 73 |
74 input[type='file'] { | |
75 margin-top: 5px; | |
76 } | |
77 | |
78 #import-network-settings { | |
79 margin-top: 10px; | |
80 } | |
81 .network-item[connected] > * > .network-name-label { | 74 .network-item[connected] > * > .network-name-label { |
82 font-weight: bold; | 75 font-weight: bold; |
83 } | 76 } |
84 | 77 |
85 .network-status-label { | 78 .network-status-label { |
86 color: grey; | 79 color: grey; |
87 } | 80 } |
88 | 81 |
89 .network-item > * > button { | 82 .network-item > * > button { |
90 min-width: 100px; | 83 min-width: 100px; |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 } | 153 } |
161 | 154 |
162 #ipConfigList .name { | 155 #ipConfigList .name { |
163 width: 40%; | 156 width: 40%; |
164 } | 157 } |
165 | 158 |
166 #ipConfigList .value { | 159 #ipConfigList .value { |
167 -webkit-box-flex: 1; | 160 -webkit-box-flex: 1; |
168 color: #666; | 161 color: #666; |
169 } | 162 } |
OLD | NEW |