The branch, master has been updated via 69672d854d4264330b3b331f725531c9e406c90e (commit) from 5c561d1df3bcfae55367285bc6fe169e8a0efa62 (commit)
- Log ----------------------------------------------------------------- commit 69672d854d4264330b3b331f725531c9e406c90e Author: Piotr Przybylski piotrprz@gmail.com Date: Wed Aug 17 17:51:21 2011 +0200
Fix More icon position
-----------------------------------------------------------------------
Summary of changes: themes/original/css/theme_right.css.php | 3 +++ themes/pmahomme/css/theme_right.css.php | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 6cb4233..b8ac623 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 1103bfa..ee2edea 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 */
hooks/post-receive