mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Try not to set explicit font-sizes for log message display, use g-txt-small instead.
This commit is contained in:
@@ -11,7 +11,7 @@ appendTo('body').submit().remove();
|
||||
</script>
|
||||
<div id="g-task-log-dialog">
|
||||
<h1> <?= $task->name ?> </h1>
|
||||
<div class="g-task-log">
|
||||
<div class="g-task-log g-txt-small">
|
||||
<pre><?= html::purify($task->get_log()) ?></pre>
|
||||
</div>
|
||||
<button id="g-close" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Close") ?></button>
|
||||
|
||||
Reference in New Issue
Block a user