| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 .overlay .page .button-strip > button { | 5 #tabpanel-prefs p { |
| 6 min-width: 7em; | 6 font-family: monospace; |
| 7 text-wrap: unrestricted; |
| 8 white-space: pre-wrap; |
| 7 } | 9 } |
| 8 | |
| 9 .overlay { | |
| 10 z-index: 3; | |
| 11 } | |
| 12 | |
| 13 #alertOverlayMessage { | |
| 14 width: 400px; | |
| 15 } | |
| 16 | |
| 17 #alertOverlayMessage { | |
| 18 white-space: pre-wrap; | |
| 19 word-wrap: break-word; | |
| 20 } | |
| OLD | NEW |