diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 03:39:44 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 03:39:44 +0000 |
| commit | 1af62de44cbd35955c141bed15e6c741a1b5fb4a (patch) | |
| tree | 008eed5bd5877ae72ac961facd8189a54263309c /themes/default/views | |
| parent | b6e17eb139367d8602ec8a96295f03cda42398a1 (diff) | |
Partial next/last pager fix for IE 6 and 7. Button's width is still foced to 100%. Think this is a jQuery UI CSS issue and I haven't figured out an override for it yet.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 25eae327..65daeda7 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -13,7 +13,7 @@ <? endif; ?> </li> <li class="gInfo"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li> - <li class="txtright"> + <li> <? if ($next_item): ?> <a href="<?= $next_item->url() ?>" class="gButtonLink ui-icon-right ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a> |
