From 8c2939873d0b6182f37460667fd778ed438d81cd Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 27 Sep 2011 20:18:19 +0100 Subject: [PATCH] Styled Logbook Pager System --- application/views/layout/header.php | 13 +++++++++++++ application/views/view_log/index.php | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/application/views/layout/header.php b/application/views/layout/header.php index 2a0c4669..795dba0f 100644 --- a/application/views/layout/header.php +++ b/application/views/layout/header.php @@ -127,6 +127,19 @@ .ui-widget-content { border: none; } .ui-widget-header { background: none; border: none; border-bottom: 1px solid #DDD; } + .pager { + margin-top: 5px; + margin-bottom: 5px; + font-size: 12px; + } + .pager a, strong { + border: 1px solid #D7D7D7; + padding: 5px; + } + .pager a:hover { + background-color: azure; + } +