Fix More icon position
This commit is contained in:
parent
5c561d1df3
commit
69672d854d
@ -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 {
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user