summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-06 21:10:53 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-06 21:10:53 -0700
commitda8cabd3e9784af6d2cc696eaa71bac57ccb7c66 (patch)
treeeb58fff06140dc3f127435b2e912240282a2ed4c
parentdbe64762550c1920f93f8b1da8fe563d028262a6 (diff)
Try not to set explicit font-sizes for log message display, use g-txt-small instead.
-rw-r--r--modules/gallery/views/admin_maintenance_show_log.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php
index e6ed97b3..ff7ac50e 100644
--- a/modules/gallery/views/admin_maintenance_show_log.html.php
+++ b/modules/gallery/views/admin_maintenance_show_log.html.php
@@ -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>