| OLD | NEW |
| 1 /** Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | 1 /** Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
| 2 for details. All rights reserved. Use of this source code is governed by a | 2 for details. All rights reserved. Use of this source code is governed by a |
| 3 BSD-style license that can be found in the LICENSE file. **/ | 3 BSD-style license that can be found in the LICENSE file. **/ |
| 4 .dev-compiler-messages { | 4 .dev-compiler-messages { |
| 5 position: fixed; | 5 position: fixed; |
| 6 bottom: 0; | 6 bottom: 0; |
| 7 right: 0; | 7 right: 0; |
| 8 max-width: 80vw; | 8 max-width: 80vw; |
| 9 z-index: 10000; | 9 z-index: 10000; |
| 10 font-family: sans-serif !important; | 10 font-family: sans-serif !important; |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 .dev-compiler-messages .content > div.active { | 69 .dev-compiler-messages .content > div.active { |
| 70 display: block; | 70 display: block; |
| 71 } | 71 } |
| 72 | 72 |
| 73 .dev-compiler-messages .content span.text { | 73 .dev-compiler-messages .content span.text { |
| 74 padding: 0.4em 0.2em 0.2em 2em; | 74 padding: 0.4em 0.2em 0.2em 2em; |
| 75 white-space: pre; | 75 white-space: pre; |
| 76 display: block; | 76 display: block; |
| 77 font-family: monospace !important; | 77 font-family: monospace !important; |
| 78 } | 78 } |
| OLD | NEW |