mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 09:43:51 -04:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user