diff options
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 4 | ||||
| -rw-r--r-- | themes/wind/views/paginator.html.php | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index fcebeea8..376dac74 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -20,10 +20,10 @@ input.submit {    float: none !important;  } -.g-pager .g-text-right { +.g-paginator .g-text-right {    width: 29%;  } -.g-pager .ui-icon-right { +.g-paginator .ui-icon-right {    width: 60px;  } diff --git a/themes/wind/views/paginator.html.php b/themes/wind/views/paginator.html.php index f6c03084..5034c965 100644 --- a/themes/wind/views/paginator.html.php +++ b/themes/wind/views/paginator.html.php @@ -26,7 +26,7 @@  //  ?> -<ul class="g-pager ui-helper-clearfix"> +<ul class="g-paginator ui-helper-clearfix">    <li class="g-first">    <? if ($page_type == "collection"): ?>      <? if (isset($first_page_url)): ?> | 
