From 54d45d6eb7d629f7bf8e75c4feaef19f40a8eede Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 5 Aug 2004 01:21:15 +0000 Subject: - #6400 - Nicer arrows for pushbutton template - Removing gAMA chunk from xtemplate logo.png for less to avoid more gamma issues. --- themes/xtemplate/default/logo.png | Bin 3012 -> 2961 bytes themes/xtemplate/pushbutton/arrow-next-hover.png | Bin 168 -> 213 bytes themes/xtemplate/pushbutton/arrow-next.png | Bin 168 -> 213 bytes themes/xtemplate/pushbutton/arrow-prev-hover.png | Bin 192 -> 224 bytes themes/xtemplate/pushbutton/arrow-prev.png | Bin 191 -> 224 bytes themes/xtemplate/pushbutton/arrow-up-hover.png | Bin 192 -> 239 bytes themes/xtemplate/pushbutton/arrow-up.png | Bin 191 -> 239 bytes themes/xtemplate/pushbutton/xtemplate.css | 12 ++++++------ 8 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/xtemplate/default/logo.png b/themes/xtemplate/default/logo.png index eaa6f36c0..9df6543ea 100644 Binary files a/themes/xtemplate/default/logo.png and b/themes/xtemplate/default/logo.png differ diff --git a/themes/xtemplate/pushbutton/arrow-next-hover.png b/themes/xtemplate/pushbutton/arrow-next-hover.png index e134d942f..63ee4b62c 100644 Binary files a/themes/xtemplate/pushbutton/arrow-next-hover.png and b/themes/xtemplate/pushbutton/arrow-next-hover.png differ diff --git a/themes/xtemplate/pushbutton/arrow-next.png b/themes/xtemplate/pushbutton/arrow-next.png index 87bb67e50..93586270d 100644 Binary files a/themes/xtemplate/pushbutton/arrow-next.png and b/themes/xtemplate/pushbutton/arrow-next.png differ diff --git a/themes/xtemplate/pushbutton/arrow-prev-hover.png b/themes/xtemplate/pushbutton/arrow-prev-hover.png index 2a3e05c4b..ad681de2c 100644 Binary files a/themes/xtemplate/pushbutton/arrow-prev-hover.png and b/themes/xtemplate/pushbutton/arrow-prev-hover.png differ diff --git a/themes/xtemplate/pushbutton/arrow-prev.png b/themes/xtemplate/pushbutton/arrow-prev.png index 96b3fe260..a808494ab 100644 Binary files a/themes/xtemplate/pushbutton/arrow-prev.png and b/themes/xtemplate/pushbutton/arrow-prev.png differ diff --git a/themes/xtemplate/pushbutton/arrow-up-hover.png b/themes/xtemplate/pushbutton/arrow-up-hover.png index daf013108..5ee595f11 100644 Binary files a/themes/xtemplate/pushbutton/arrow-up-hover.png and b/themes/xtemplate/pushbutton/arrow-up-hover.png differ diff --git a/themes/xtemplate/pushbutton/arrow-up.png b/themes/xtemplate/pushbutton/arrow-up.png index fce29251d..80f005bb8 100644 Binary files a/themes/xtemplate/pushbutton/arrow-up.png and b/themes/xtemplate/pushbutton/arrow-up.png differ diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css index f1f5b8568..0cb54e511 100644 --- a/themes/xtemplate/pushbutton/xtemplate.css +++ b/themes/xtemplate/pushbutton/xtemplate.css @@ -366,27 +366,27 @@ table#footer-menu { display: none } .nav .links .next a:link { - padding: 15px 20px 16px 0; + padding: 15px 15px 17px 0; background: transparent url(arrow-next.png) right center no-repeat; } .nav .links .next a:hover { - padding: 15px 20px 16px 0; + padding: 15px 15px 17px 0; background: transparent url(arrow-next-hover.png) right center no-repeat; } .nav .links .prev a:link { - padding: 15px 0 16px 20px; + padding: 15px 0 17px 15px; background: transparent url(arrow-prev.png) left center no-repeat; } .nav .links .prev a:hover { - padding: 15px 0 16px 20px; + padding: 15px 0 17px 15px; background: transparent url(arrow-prev-hover.png) left center no-repeat; } .nav .links .up a:link { - padding: 12px 0 20px 0; + padding: 11px 0 15px 0; background: transparent url(arrow-up.png) center top no-repeat; } .nav .links .up a:hover { - padding: 12px 0 20px 0; + padding: 11px 0 15px 0; background: transparent url(arrow-up-hover.png) center top no-repeat; } -- cgit v1.2.3