summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-27 17:16:21 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-27 17:16:21 +0000
commitdc62e4167e989e9c3f29c83baf7e1c11f21dc484 (patch)
tree01d4b8f9d83e3ba75ed310c80569992209fe293d
parentef27cd4c33f0684bd37feb803e291e2d3d327b48 (diff)
Rename pagination icons to follow convention.
-rw-r--r--themes/default/css/screen.css16
-rw-r--r--themes/default/images/ico-pg-first.png (renamed from themes/default/images/first.png)bin336 -> 336 bytes
-rw-r--r--themes/default/images/ico-pg-first_inactive.png (renamed from themes/default/images/first_inactive.png)bin327 -> 327 bytes
-rw-r--r--themes/default/images/ico-pg-last.png (renamed from themes/default/images/last.png)bin339 -> 339 bytes
-rw-r--r--themes/default/images/ico-pg-last_inactive.png (renamed from themes/default/images/last_inactive.png)bin329 -> 329 bytes
-rw-r--r--themes/default/images/ico-pg-next.png (renamed from themes/default/images/next.png)bin310 -> 310 bytes
-rw-r--r--themes/default/images/ico-pg-next_inactive.png (renamed from themes/default/images/next_inactive.png)bin306 -> 306 bytes
-rw-r--r--themes/default/images/ico-pg-previous.png (renamed from themes/default/images/previous.png)bin310 -> 310 bytes
-rw-r--r--themes/default/images/ico-pg-previous_inactive.png (renamed from themes/default/images/previous_inactive.png)bin306 -> 306 bytes
9 files changed, 8 insertions, 8 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 08c50803..69c9c3eb 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -602,52 +602,52 @@ li.gError select {
}
#gPager .first {
- background-image: url('../images/first.png');
+ background-image: url('../images/ico-pg-first.png');
background-position: left;
padding-left: 20px;
}
#gPager .first_inactive {
- background-image: url('../images/first_inactive.png');
+ background-image: url('../images/ico-pg-first_inactive.png');
background-position: left;
color: #ccc;
padding-left: 20px;
}
#gPager .previous {
- background-image: url('../images/previous.png');
+ background-image: url('../images/ico-pg-previous.png');
background-position: left;
padding-left: 17px;
}
#gPager .previous_inactive {
- background-image: url('../images/previous_inactive.png');
+ background-image: url('../images/ico-pg-previous_inactive.png');
background-position: left;
color: #ccc;
padding-left: 17px;
}
#gPager .next {
- background-image: url('../images/next.png');
+ background-image: url('../images/ico-pg-next.png');
background-position: right;
padding-right: 17px;
}
#gPager .next_inactive {
- background-image: url('../images/next_inactive.png');
+ background-image: url('../images/ico-pg-next_inactive.png');
background-position: right;
color: #ccc;
padding-right: 17px;
}
#gPager .last {
- background-image: url('../images/last.png');
+ background-image: url('../images/ico-pg-last.png');
background-position: right;
padding-right: 20px;
}
#gPager .last_inactive {
- background-image: url('../images/last_inactive.png');
+ background-image: url('../images/ico-pg-last_inactive.png');
background-position: right;
color: #ccc;
padding-right: 20px;
diff --git a/themes/default/images/first.png b/themes/default/images/ico-pg-first.png
index 2091a2ed..2091a2ed 100644
--- a/themes/default/images/first.png
+++ b/themes/default/images/ico-pg-first.png
Binary files differ
diff --git a/themes/default/images/first_inactive.png b/themes/default/images/ico-pg-first_inactive.png
index 23cab473..23cab473 100644
--- a/themes/default/images/first_inactive.png
+++ b/themes/default/images/ico-pg-first_inactive.png
Binary files differ
diff --git a/themes/default/images/last.png b/themes/default/images/ico-pg-last.png
index 3f147da4..3f147da4 100644
--- a/themes/default/images/last.png
+++ b/themes/default/images/ico-pg-last.png
Binary files differ
diff --git a/themes/default/images/last_inactive.png b/themes/default/images/ico-pg-last_inactive.png
index 3e6ca59a..3e6ca59a 100644
--- a/themes/default/images/last_inactive.png
+++ b/themes/default/images/ico-pg-last_inactive.png
Binary files differ
diff --git a/themes/default/images/next.png b/themes/default/images/ico-pg-next.png
index 4d82e93c..4d82e93c 100644
--- a/themes/default/images/next.png
+++ b/themes/default/images/ico-pg-next.png
Binary files differ
diff --git a/themes/default/images/next_inactive.png b/themes/default/images/ico-pg-next_inactive.png
index decbb845..decbb845 100644
--- a/themes/default/images/next_inactive.png
+++ b/themes/default/images/ico-pg-next_inactive.png
Binary files differ
diff --git a/themes/default/images/previous.png b/themes/default/images/ico-pg-previous.png
index d4e02ae3..d4e02ae3 100644
--- a/themes/default/images/previous.png
+++ b/themes/default/images/ico-pg-previous.png
Binary files differ
diff --git a/themes/default/images/previous_inactive.png b/themes/default/images/ico-pg-previous_inactive.png
index 15257800..15257800 100644
--- a/themes/default/images/previous_inactive.png
+++ b/themes/default/images/ico-pg-previous_inactive.png
Binary files differ