diff options
Diffstat (limited to 'themes/admin_wind')
-rw-r--r-- | themes/admin_wind/css/screen.css | 1 | ||||
-rw-r--r-- | themes/admin_wind/views/pager.html.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 4aa02023..97e0bfd0 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -124,6 +124,7 @@ td { } th { + vertical-align: bottom; white-space: nowrap; } diff --git a/themes/admin_wind/views/pager.html.php b/themes/admin_wind/views/pager.html.php index e4fbd5d5..7870ef3f 100644 --- a/themes/admin_wind/views/pager.html.php +++ b/themes/admin_wind/views/pager.html.php @@ -25,7 +25,7 @@ <? endif ?> </li> <li class="g-info"><?= $from_to_msg ?></li> - <li class="g-txt-right"> + <li class="g-text-right"> <? if ($next_page): ?> <a href="<?= str_replace('{page}', $next_page, $url) ?>" class="g-button ui-icon-right ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-seek-next"></span><?= t("Next") ?></a> |