Change sprites for .headerSortUp and .headerSortDown to match original phpMyAdmin behavior

This commit is contained in:
Piotr Przybylski 2011-08-18 13:17:23 +02:00
parent 3217f24df0
commit 24ffd3e1d3
2 changed files with 4 additions and 4 deletions

View File

@ -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; }

View File

@ -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; }