The branch, master has been updated via baa2efa1f123ea0a386c9b001781860aabb27aff (commit) from b856161608390bb69286b25ea9b15a386a97c309 (commit)
- Log ----------------------------------------------------------------- commit baa2efa1f123ea0a386c9b001781860aabb27aff Author: Piotr Przybylski piotrprz@gmail.com Date: Fri Jul 8 16:38:46 2011 +0200
Make .sortableIcon use proper images
-----------------------------------------------------------------------
Summary of changes: themes/original/css/theme_right.css.php | 9 +++------ themes/pmahomme/css/theme_right.css.php | 9 ++++++--- 2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 5b92cd5..0ace4f1 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -969,15 +969,12 @@ h3#serverstatusqueries span { display:inline; }
-table#serverstatusqueriesdetails th img.sortableIcon, table#serverstatusvariables th img.sortableIcon { - background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_sortable.png); +th.headerSortUp img.sortableIcon, th.headerSortUp img.sortableIcon { + background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_desc.png); } -table#serverstatusqueriesdetails th.headerSortUp img.sortableIcon, table#serverstatusvariables th.headerSortUp img.sortableIcon { +th.headerSortDown img.sortableIcon, th.headerSortDown img.sortableIcon { background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asc.png); } -table#serverstatusqueriesdetails th.headerSortDown img.sortableIcon, table#serverstatusvariables th.headerSortDown img.sortableIcon { - background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_desc.png); -}
.statuslinks { float: <?php echo $right; ?>; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index f2250a9..4c71f82 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1175,12 +1175,15 @@ h3#serverstatusqueries span { display:inline; }
-table#serverstatusqueriesdetails th.headerSortUp img.sortableIcon, table#serverstatusvariables th.headerSortUp img.sortableIcon { - background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asc.png); +th img.sortableIcon, th img.sortableIcon { + background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_sortable.png); } -table#serverstatusqueriesdetails th.headerSortDown img.sortableIcon, table#serverstatusvariables th.headerSortDown img.sortableIcon { +th.headerSortUp img.sortableIcon, th.headerSortUp img.sortableIcon { background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_desc.png); } +th.headerSortDown img.sortableIcon, th.headerSortDown img.sortableIcon { + background-image:url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asc.png); +}
.statuslinks { float: <?php echo $right; ?>;
hooks/post-receive