OLD | NEW |
---|---|
1 /* | 1 /* |
2 * 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 | 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. |
Dan Beam
2014/12/10 19:49:25
/* Copyright ...
* ... */
:'(
xdai1
2014/12/11 02:59:22
Done.
| |
5 */ | 5 */ |
6 | 6 |
7 body { | 7 body { |
8 color: rgb(48, 57, 66); | 8 color: rgb(48, 57, 66); |
9 font-family: Arial, sans-serif; | |
10 font-size: 13px; | |
11 margin: 0; | 9 margin: 0; |
12 min-width: 47em; | 10 min-width: 47em; |
13 padding: 20px 20px 65px 0; | 11 padding: 20px 20px 65px 0; |
14 } | 12 } |
15 | 13 |
16 img { | 14 img { |
17 flex-shrink: 0; | 15 flex-shrink: 0; |
18 height: 16px; | 16 height: 16px; |
19 padding-left: 2px; | 17 padding-left: 2px; |
20 padding-right: 5px; | 18 padding-right: 5px; |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
396 } | 394 } |
397 | 395 |
398 #port-forwarding-config-buttons { | 396 #port-forwarding-config-buttons { |
399 align-items: center; | 397 align-items: center; |
400 display: flex; | 398 display: flex; |
401 } | 399 } |
402 | 400 |
403 #port-forwarding-config-buttons > label { | 401 #port-forwarding-config-buttons > label { |
404 flex-grow: 1 | 402 flex-grow: 1 |
405 } | 403 } |
OLD | NEW |