| OLD | NEW |
| 1 /* | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 3 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 5 */ | |
| 6 | 4 |
| 7 body { | 5 body { |
| 8 color: rgb(48, 57, 66); | 6 color: rgb(48, 57, 66); |
| 9 font-family: Arial, sans-serif; | |
| 10 font-size: 13px; | 7 font-size: 13px; |
| 11 margin: 0; | 8 margin: 0; |
| 12 min-width: 47em; | 9 min-width: 47em; |
| 13 padding: 20px 20px 65px 0; | 10 padding: 20px 20px 65px 0; |
| 14 } | 11 } |
| 15 | 12 |
| 16 .hidden { | 13 .hidden { |
| 17 display: none !important; | 14 display: none !important; |
| 18 } | 15 } |
| 19 | 16 |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 } | 397 } |
| 401 | 398 |
| 402 #port-forwarding-config-buttons { | 399 #port-forwarding-config-buttons { |
| 403 align-items: center; | 400 align-items: center; |
| 404 display: flex; | 401 display: flex; |
| 405 } | 402 } |
| 406 | 403 |
| 407 #port-forwarding-config-buttons > label { | 404 #port-forwarding-config-buttons > label { |
| 408 flex-grow: 1 | 405 flex-grow: 1 |
| 409 } | 406 } |
| OLD | NEW |