mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user