From 69672d854d4264330b3b331f725531c9e406c90e Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Wed, 17 Aug 2011 17:51:21 +0200 Subject: [PATCH] Fix More icon position --- themes/original/css/theme_right.css.php | 3 +++ themes/pmahomme/css/theme_right.css.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 6cb423363f..b8ac623a59 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -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 { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 1103bfa770..ee2edea8a7 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -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 */