From 1af62de44cbd35955c141bed15e6c741a1b5fb4a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 23 Feb 2009 03:39:44 +0000 Subject: 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. --- themes/default/css/fix-ie.css | 10 ++++++++++ themes/default/views/photo.html.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 @@
  • $position, "total" => $sibling_count)) ?>
  • -
  • +
  • -- cgit v1.2.3