diff options
-rw-r--r-- | themes/default/css/fix-ie.css | 10 | ||||
-rw-r--r-- | themes/default/views/photo.html.php | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css index 664e79a9..adf8c6d8 100644 --- a/themes/default/css/fix-ie.css +++ b/themes/default/css/fix-ie.css @@ -26,3 +26,13 @@ #gViewMenu a { width: 52px !important; } + +#gPager li.gInfo { + width: 39%; +} + +#gPager .txtright a.gButtonLink { + clear: none !important; + float: right !important; + width: 45% !important; +} 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> |