summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-08-05 01:21:15 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-08-05 01:21:15 +0000
commit54d45d6eb7d629f7bf8e75c4feaef19f40a8eede (patch)
treeb21ff9e1a182a2d4a3411c198c8422c1e5a91f14 /themes
parent1f26099019adff094a3f852ab82f9155bc8e8472 (diff)
downloadbrdo-54d45d6eb7d629f7bf8e75c4feaef19f40a8eede.tar.gz
brdo-54d45d6eb7d629f7bf8e75c4feaef19f40a8eede.tar.bz2
- #6400 - Nicer arrows for pushbutton template
- Removing gAMA chunk from xtemplate logo.png for less to avoid more gamma issues.
Diffstat (limited to 'themes')
-rw-r--r--themes/xtemplate/default/logo.pngbin3012 -> 2961 bytes
-rw-r--r--themes/xtemplate/pushbutton/arrow-next-hover.pngbin168 -> 213 bytes
-rw-r--r--themes/xtemplate/pushbutton/arrow-next.pngbin168 -> 213 bytes
-rw-r--r--themes/xtemplate/pushbutton/arrow-prev-hover.pngbin192 -> 224 bytes
-rw-r--r--themes/xtemplate/pushbutton/arrow-prev.pngbin191 -> 224 bytes
-rw-r--r--themes/xtemplate/pushbutton/arrow-up-hover.pngbin192 -> 239 bytes
-rw-r--r--themes/xtemplate/pushbutton/arrow-up.pngbin191 -> 239 bytes
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.css12
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
--- a/themes/xtemplate/default/logo.png
+++ b/themes/xtemplate/default/logo.png
Binary files differ
diff --git a/themes/xtemplate/pushbutton/arrow-next-hover.png b/themes/xtemplate/pushbutton/arrow-next-hover.png
index e134d942f..63ee4b62c 100644
--- a/themes/xtemplate/pushbutton/arrow-next-hover.png
+++ b/themes/xtemplate/pushbutton/arrow-next-hover.png
Binary files differ
diff --git a/themes/xtemplate/pushbutton/arrow-next.png b/themes/xtemplate/pushbutton/arrow-next.png
index 87bb67e50..93586270d 100644
--- a/themes/xtemplate/pushbutton/arrow-next.png
+++ b/themes/xtemplate/pushbutton/arrow-next.png
Binary files differ
diff --git a/themes/xtemplate/pushbutton/arrow-prev-hover.png b/themes/xtemplate/pushbutton/arrow-prev-hover.png
index 2a3e05c4b..ad681de2c 100644
--- a/themes/xtemplate/pushbutton/arrow-prev-hover.png
+++ b/themes/xtemplate/pushbutton/arrow-prev-hover.png
Binary files differ
diff --git a/themes/xtemplate/pushbutton/arrow-prev.png b/themes/xtemplate/pushbutton/arrow-prev.png
index 96b3fe260..a808494ab 100644
--- a/themes/xtemplate/pushbutton/arrow-prev.png
+++ b/themes/xtemplate/pushbutton/arrow-prev.png
Binary files differ
diff --git a/themes/xtemplate/pushbutton/arrow-up-hover.png b/themes/xtemplate/pushbutton/arrow-up-hover.png
index daf013108..5ee595f11 100644
--- a/themes/xtemplate/pushbutton/arrow-up-hover.png
+++ b/themes/xtemplate/pushbutton/arrow-up-hover.png
Binary files differ
diff --git a/themes/xtemplate/pushbutton/arrow-up.png b/themes/xtemplate/pushbutton/arrow-up.png
index fce29251d..80f005bb8 100644
--- a/themes/xtemplate/pushbutton/arrow-up.png
+++ b/themes/xtemplate/pushbutton/arrow-up.png
Binary files 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;
}