The branch, master has been updated via 23b807bd711fa7eeb151b60e62b05787ba8f31f1 (commit) via 3cb6ec53a011ad512e99123a4c1a5a0eebe0fdab (commit) from 471137e2247134e7fe96fc7bd351320ad9ec6026 (commit)
- Log ----------------------------------------------------------------- commit 23b807bd711fa7eeb151b60e62b05787ba8f31f1 Author: Michal Čihař michal@cihar.com Date: Mon Feb 7 22:08:44 2011 +0100
Icon for font size selection on main page
commit 3cb6ec53a011ad512e99123a4c1a5a0eebe0fdab Author: Michal Čihař michal@cihar.com Date: Mon Feb 7 22:06:32 2011 +0100
Icon for color selection on main page
-----------------------------------------------------------------------
Summary of changes: graphite/css/theme_right.css.php | 8 ++++++++ graphite/img/b_color.png | Bin 0 -> 793 bytes graphite/img/b_font.png | Bin 0 -> 705 bytes 3 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 graphite/img/b_color.png create mode 100644 graphite/img/b_font.png
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 7b705b3..e1a0102 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -1032,6 +1032,14 @@ li#li_flush_privileges { li#li_user_preferences { list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_tblops.png); } + +li#li_custom_color { + list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_color.png); +} + +li#li_select_fontsize { + list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_font.png); +} /* END iconic view for ul items */ <?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
diff --git a/graphite/img/b_color.png b/graphite/img/b_color.png new file mode 100644 index 0000000..e7cc834 Binary files /dev/null and b/graphite/img/b_color.png differ diff --git a/graphite/img/b_font.png b/graphite/img/b_font.png new file mode 100644 index 0000000..c9cb630 Binary files /dev/null and b/graphite/img/b_font.png differ
hooks/post-receive