diff options
-rw-r--r-- | themes/default/css/screen.css | 16 | ||||
-rw-r--r-- | themes/default/images/ico-pg-first.png (renamed from themes/default/images/first.png) | bin | 336 -> 336 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-first_inactive.png (renamed from themes/default/images/first_inactive.png) | bin | 327 -> 327 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-last.png (renamed from themes/default/images/last.png) | bin | 339 -> 339 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-last_inactive.png (renamed from themes/default/images/last_inactive.png) | bin | 329 -> 329 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-next.png (renamed from themes/default/images/next.png) | bin | 310 -> 310 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-next_inactive.png (renamed from themes/default/images/next_inactive.png) | bin | 306 -> 306 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-previous.png (renamed from themes/default/images/previous.png) | bin | 310 -> 310 bytes | |||
-rw-r--r-- | themes/default/images/ico-pg-previous_inactive.png (renamed from themes/default/images/previous_inactive.png) | bin | 306 -> 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 Binary files differindex 2091a2ed..2091a2ed 100644 --- a/themes/default/images/first.png +++ b/themes/default/images/ico-pg-first.png diff --git a/themes/default/images/first_inactive.png b/themes/default/images/ico-pg-first_inactive.png Binary files differindex 23cab473..23cab473 100644 --- a/themes/default/images/first_inactive.png +++ b/themes/default/images/ico-pg-first_inactive.png diff --git a/themes/default/images/last.png b/themes/default/images/ico-pg-last.png Binary files differindex 3f147da4..3f147da4 100644 --- a/themes/default/images/last.png +++ b/themes/default/images/ico-pg-last.png diff --git a/themes/default/images/last_inactive.png b/themes/default/images/ico-pg-last_inactive.png Binary files differindex 3e6ca59a..3e6ca59a 100644 --- a/themes/default/images/last_inactive.png +++ b/themes/default/images/ico-pg-last_inactive.png diff --git a/themes/default/images/next.png b/themes/default/images/ico-pg-next.png Binary files differindex 4d82e93c..4d82e93c 100644 --- a/themes/default/images/next.png +++ b/themes/default/images/ico-pg-next.png diff --git a/themes/default/images/next_inactive.png b/themes/default/images/ico-pg-next_inactive.png Binary files differindex decbb845..decbb845 100644 --- a/themes/default/images/next_inactive.png +++ b/themes/default/images/ico-pg-next_inactive.png diff --git a/themes/default/images/previous.png b/themes/default/images/ico-pg-previous.png Binary files differindex d4e02ae3..d4e02ae3 100644 --- a/themes/default/images/previous.png +++ b/themes/default/images/ico-pg-previous.png diff --git a/themes/default/images/previous_inactive.png b/themes/default/images/ico-pg-previous_inactive.png Binary files differindex 15257800..15257800 100644 --- a/themes/default/images/previous_inactive.png +++ b/themes/default/images/ico-pg-previous_inactive.png |