diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-06 21:10:53 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-06 21:10:53 -0700 |
commit | da8cabd3e9784af6d2cc696eaa71bac57ccb7c66 (patch) | |
tree | eb58fff06140dc3f127435b2e912240282a2ed4c | |
parent | dbe64762550c1920f93f8b1da8fe563d028262a6 (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.php | 2 |
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> |