diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
commit | daa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch) | |
tree | afc49034ee5fddafd830a90122bccd4e804e2be1 /modules/gallery | |
parent | fbb6a86f94deba1c2a65e7371be210fe4520351e (diff) |
First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/admin_maintenance.html.php | 6 | ||||
-rw-r--r-- | modules/gallery/views/admin_maintenance_task.html.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php index ce693d73..cdfe6cfd 100644 --- a/modules/gallery/views/admin_maintenance.html.php +++ b/modules/gallery/views/admin_maintenance.html.php @@ -63,7 +63,7 @@ <th> <?= t("Action") ?> <a href="<?= url::site("admin/maintenance/cancel_running_tasks?csrf=$csrf") ?>" - class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> + class="gButtonLink g-right ui-icon-left ui-state-default ui-corner-all"> <?= t("cancel all") ?></a> </th> </tr> @@ -102,7 +102,7 @@ </a> <? endif ?> <a href="<?= url::site("admin/maintenance/cancel/$task->id?csrf=$csrf") ?>" - class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> + class="gButtonLink g-right ui-icon-left ui-state-default ui-corner-all"> <?= t("cancel") ?> </a> </td> @@ -136,7 +136,7 @@ <th> <?= t("Action") ?> <a href="<?= url::site("admin/maintenance/remove_finished_tasks?csrf=$csrf") ?>" - class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> + class="gButtonLink g-right ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-trash"></span><?= t("remove all finished") ?></a> </th> </tr> diff --git a/modules/gallery/views/admin_maintenance_task.html.php b/modules/gallery/views/admin_maintenance_task.html.php index ddd5bd17..c0bc0d43 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 class="txtright"> + <div class="g-txt-right"> <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> |