diff --git a/broadcast/assets/page-body.png b/broadcast/assets/page-body.png new file mode 100644 index 0000000..6dfaada Binary files /dev/null and b/broadcast/assets/page-body.png differ diff --git a/broadcast/assets/page-first.png b/broadcast/assets/page-first.png new file mode 100644 index 0000000..2ae5159 Binary files /dev/null and b/broadcast/assets/page-first.png differ diff --git a/broadcast/assets/page-last.png b/broadcast/assets/page-last.png new file mode 100644 index 0000000..53ec92d Binary files /dev/null and b/broadcast/assets/page-last.png differ diff --git a/broadcast/index.frm.php b/broadcast/index.frm.php index 8b3720f..a64210f 100644 --- a/broadcast/index.frm.php +++ b/broadcast/index.frm.php @@ -101,7 +101,8 @@ + true) + as $record): ?>
diff --git a/broadcast/pagination.cmp.php b/broadcast/pagination.cmp.php index 4c88f00..89ae363 100644 --- a/broadcast/pagination.cmp.php +++ b/broadcast/pagination.cmp.php @@ -2,37 +2,47 @@ diff --git a/broadcast/style.css b/broadcast/style.css index 79b3a46..edc2cc5 100644 --- a/broadcast/style.css +++ b/broadcast/style.css @@ -18,9 +18,20 @@ max-width: 6px; } +.pagination +{ + +} + .page-item { width: 3.5em; text-align: center; + vertical-align: middle; +} + +.page-item:not(:not(.disabled, .active)) img +{ + filter: invert(100%); }