diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-31 23:51:27 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-31 23:51:27 -0600 |
commit | 39ca803af7a4439fdda3164d79d9435bdaa2b948 (patch) | |
tree | ac38dc845b6435ca94520b84e7f4bb2379b3fa40 /modules/gallery/views/admin_maintenance_task.html.php | |
parent | 9cb8c10bb5d0e7ae80045a121e03d07757cb8d1c (diff) |
Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but progress bar cursor. #669
Diffstat (limited to 'modules/gallery/views/admin_maintenance_task.html.php')
-rw-r--r-- | modules/gallery/views/admin_maintenance_task.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_task.html.php b/modules/gallery/views/admin_maintenance_task.html.php index 0f33d508..bfc6ef44 100644 --- a/modules/gallery/views/admin_maintenance_task.html.php +++ b/modules/gallery/views/admin_maintenance_task.html.php @@ -57,7 +57,7 @@ <div id="gStatus"> <?= t("Starting up...") ?> </div> - <div> + <div class="txtright"> <button id="gPauseButton" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Pause") ?></button> <button id="gDoneButton" class="ui-state-default ui-corner-all" style="display: none" onclick="dismiss()"><?= t("Close") ?></button> </div> |