From 24ffd3e1d30bb5ccb08cfcf7bce118fc11bbd65f Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Thu, 18 Aug 2011 13:17:23 +0200 Subject: [PATCH] Change sprites for .headerSortUp and .headerSortDown to match original phpMyAdmin behavior --- themes/original/css/theme_right.css.php | 4 ++-- themes/pmahomme/css/theme_right.css.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 6ab3b1f802..e97b1e9c9d 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -279,10 +279,10 @@ button { img.sortableIcon { background-position: -1727px 0; } /* Same as s_asc */ -th.headerSortUp img.sortableIcon { background-position: 0 -1445px; width: 11px; height: 9px; } +th.headerSortUp img.sortableIcon { background-position: 0 -1528px; width: 11px; height: 9px; } /* Same as s_desc */ -th.headerSortDown img.sortableIcon { background-position: 0 -1528px; width: 11px; height: 9px; } +th.headerSortDown img.sortableIcon { background-position: 0 -1445px; width: 11px; height: 9px; } /* Fix position */ .ic_more { vertical-align: middle; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 589fa54c68..914ef0bf09 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -462,10 +462,10 @@ select[multiple] { img.sortableIcon { background-position: -1812px 0; } /* Same as s_asc */ -th.headerSortUp img.sortableIcon { background-position: -1516px 0; } +th.headerSortUp img.sortableIcon { background-position: 0 0; } /* Same as s_desc */ -th.headerSortDown img.sortableIcon { background-position: 0 0; } +th.headerSortDown img.sortableIcon { background-position: -1516px 0; } /* Fix position */ .ic_more { vertical-align: middle; } -- 2.11.4.GIT