| OLD | NEW |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 * 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 |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 html { | 5 html { |
| 6 font-size: 20px; | 6 font-size: 20px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 textarea { | |
| 10 width: 100%; | |
| 11 } | |
| 12 | |
| 13 #info > div { | 9 #info > div { |
| 14 width: 100%; | 10 width: 100%; |
| 15 } | 11 } |
| 16 | 12 |
| 17 #info h2 { | 13 #info h2 { |
| 18 color: rgb(74, 142, 230); | 14 color: rgb(74, 142, 230); |
| 19 font-size: 100%; | 15 font-size: 100%; |
| 20 margin-bottom: 0.3em; | 16 margin-bottom: 0.3em; |
| 21 margin-top: 1em; | 17 margin-top: 1em; |
| 22 } | 18 } |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 #submit-clear { | 70 #submit-clear { |
| 75 margin-bottom: 0.5em; | 71 margin-bottom: 0.5em; |
| 76 } | 72 } |
| 77 | 73 |
| 78 #last-json-text { | 74 #last-json-text { |
| 79 border: 1px solid black; | 75 border: 1px solid black; |
| 80 color: gray; | 76 color: gray; |
| 81 font-size: 90%; | 77 font-size: 90%; |
| 82 padding: 4px; | 78 padding: 4px; |
| 83 word-break: break-all; | 79 word-break: break-all; |
| 84 } | 80 } |
| OLD | NEW |