Fix More icon position

This commit is contained in:
Piotr Przybylski 2011-08-17 17:51:21 +02:00
parent 5c561d1df3
commit 69672d854d
2 changed files with 5 additions and 0 deletions

View File

@ -284,6 +284,9 @@ th.headerSortUp img.sortableIcon { background-position: 0 -1445px; width: 11px;
/* Same as s_desc */
th.headerSortDown img.sortableIcon { background-position: 0 -1528px; width: 11px; height: 9px; }
/* Fix position */
.ic_more { vertical-align: middle; }
/******************************************************************************/
/* classes */
.clearfloat {

View File

@ -468,6 +468,8 @@ th.headerSortUp img.sortableIcon { background-position: -1516px 0; }
/* Same as s_desc */
th.headerSortDown img.sortableIcon { background-position: 0 0; }
/* Fix position */
.ic_more { vertical-align: middle; }
/******************************************************************************/
/* classes */