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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 | 87 |
88 .network-item:hover > * > button, | 88 .network-item:hover > * > button, |
89 .network-item[connected] > * > button { | 89 .network-item[connected] > * > button { |
90 visibility: visible; | 90 visibility: visible; |
91 } | 91 } |
92 | 92 |
93 .network-item-box-spacer { | 93 .network-item-box-spacer { |
94 -webkit-box-flex: 1; | 94 -webkit-box-flex: 1; |
95 } | 95 } |
96 | 96 |
| 97 .displaytable > section > .network-title { |
| 98 vertical-align: top; |
| 99 padding-top: 20px; |
| 100 } |
| 101 |
97 #detailsInternetPage { | 102 #detailsInternetPage { |
98 min-width: 440px; | 103 min-width: 440px; |
99 min-height: 420px; | 104 min-height: 420px; |
100 padding-bottom: 40px; | 105 padding-bottom: 40px; |
101 position: relative; | 106 position: relative; |
102 } | 107 } |
103 | 108 |
104 #details-plan-table { | 109 #details-plan-table { |
105 width: 100%; | 110 width: 100%; |
106 } | 111 } |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 } | 153 } |
149 | 154 |
150 #ipConfigList .name { | 155 #ipConfigList .name { |
151 width: 40%; | 156 width: 40%; |
152 } | 157 } |
153 | 158 |
154 #ipConfigList .value { | 159 #ipConfigList .value { |
155 -webkit-box-flex: 1; | 160 -webkit-box-flex: 1; |
156 color: #666; | 161 color: #666; |
157 } | 162 } |
OLD | NEW |