mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11150] Console liek output
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
6571067719
commit
4617037feb
@@ -2969,3 +2969,10 @@ fieldset.permissions .permissions-switch {
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
|
||||
.console-output {
|
||||
background-color: #2a2a2a;
|
||||
color: #f1f1f1;
|
||||
font-family: monospace;
|
||||
overflow-x:scroll;
|
||||
}
|
||||
|
@@ -5,11 +5,8 @@
|
||||
<p>{{ MESSAGE_TEXT }}</p>
|
||||
</div>
|
||||
|
||||
<div style="overflow-x:scroll">
|
||||
<fieldset>
|
||||
{%- if MESSAGE_DETAIL_LEGEND -%}
|
||||
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
|
||||
{%- endif -%}
|
||||
<div>
|
||||
<fieldset class="console-output">
|
||||
<pre>{{ MESSAGE_DETAIL }}</pre>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user