diff --git a/templates/element/genericElements/IndexTable/pagination.php b/templates/element/genericElements/IndexTable/pagination.php index 5befb93..b321962 100644 --- a/templates/element/genericElements/IndexTable/pagination.php +++ b/templates/element/genericElements/IndexTable/pagination.php @@ -24,7 +24,7 @@ 'last' => '
  • {{text}}
  • ', 'number' => '
  • {{text}}
  • ', 'current' => '
  • {{text}}
  • ', - 'ellipsis' => '
  • ', + 'ellipsis' => '
  • ', 'sort' => '{{text}}', 'sortAsc' => '{{text}} ', 'sortDesc' => '{{text}} ', diff --git a/webroot/css/main.css b/webroot/css/main.css index 3f80650..bcf6c0e 100644 --- a/webroot/css/main.css +++ b/webroot/css/main.css @@ -1,3 +1,8 @@ +.pagination li.page-item > a.page-link > .ellipsis { + line-height: 12px; + vertical-align: top; +} + .footer { position: absolute; bottom: 0; @@ -139,4 +144,4 @@ input[type="checkbox"]:disabled.change-cursor { .topbar-contextual-filter button.btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; -} \ No newline at end of file +}