diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 09:00:49 -0700 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 09:00:49 -0700 |
| commit | d73de4f0a20001963fa2274a2d758d6931c6ee1f (patch) | |
| tree | ef136a2ee08db6f57e3a492f59a9749f4f6ebd3e /themes/admin_wind | |
| parent | 23739bda0168a9c0f300a47c3c3f153bf3981af1 (diff) | |
No need to abbreviate text in CSS class names. Thx bharat!
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> |
