| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 clear: both; | 314 clear: both; |
| 315 } | 315 } |
| 316 | 316 |
| 317 .console-message-anchor { | 317 .console-message-anchor { |
| 318 float: right; | 318 float: right; |
| 319 text-align: right; | 319 text-align: right; |
| 320 max-width: 100%; | 320 max-width: 100%; |
| 321 margin-left: 4px; | 321 margin-left: 4px; |
| 322 } | 322 } |
| 323 | 323 |
| 324 .console-message-badge { |
| 325 float: right; |
| 326 margin-left: 4px; |
| 327 } |
| 328 |
| 324 .console-message-nowrap-below, | 329 .console-message-nowrap-below, |
| 325 .console-message-nowrap-below div, | 330 .console-message-nowrap-below div, |
| 326 .console-message-nowrap-below span { | 331 .console-message-nowrap-below span { |
| 327 white-space: nowrap !important; | 332 white-space: nowrap !important; |
| 328 } | 333 } |
| 329 | 334 |
| 330 .object-state-note { | 335 .object-state-note { |
| 331 display: inline-block; | 336 display: inline-block; |
| 332 width: 11px; | 337 width: 11px; |
| 333 height: 11px; | 338 height: 11px; |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 align-items: stretch; | 377 align-items: stretch; |
| 373 } | 378 } |
| 374 | 379 |
| 375 .console-message-stack-trace-wrapper > * { | 380 .console-message-stack-trace-wrapper > * { |
| 376 flex: none; | 381 flex: none; |
| 377 } | 382 } |
| 378 | 383 |
| 379 .console-message-expand-icon { | 384 .console-message-expand-icon { |
| 380 margin-bottom: -2px; | 385 margin-bottom: -2px; |
| 381 } | 386 } |
| OLD | NEW |