The branch, master has been updated via 71b2eea153d04f9018b049714080a5ba162b887b (commit) from 5ea8761692d2d9f23293f3cc335991976c299e36 (commit)
- Log ----------------------------------------------------------------- commit 71b2eea153d04f9018b049714080a5ba162b887b Author: Crack piotrprz@gmail.com Date: Tue Apr 6 11:57:43 2010 +0200
Navigation frame styling
Patch #2980495
- icon background (home, log out, ...) on mouse over now fills entire box - icon border changed from 0.05em to 1px, fixes display on Chrome (it was rounded to 0) - redesigned fast filter, resizes correctly with frame, reset button is better aligned - decreased margin on database tree - fixed list margin for RTL languages (that list is always in ltr so my change works)
-----------------------------------------------------------------------
Summary of changes: themes/original/css/theme_left.css.php | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index a7e7657..e161f59 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -101,10 +101,12 @@ ul#databaseList { margin-bottom: 0.5em; padding-bottom: 0.5em; padding-<?php echo $left; ?>: 1.5em; + font-style: italic; }
ul#databaseList a { display: block; + font-style: normal; }
div#navidbpageselector a, @@ -113,6 +115,11 @@ ul#databaseList a { color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>; }
+ul#databaseList ul { + padding-left: 1em; + padding-right: 0; +} + ul#databaseList a:hover { background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>; @@ -132,10 +139,10 @@ div#reloadlink a img, div#leftframelinks a img.icon { margin: 0; padding: 0.2em; - border: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>; + border: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>; }
-div#leftframelinks a:hover { +div#leftframelinks a:hover img { background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>; }
hooks/post-receive