diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-05-25 22:25:09 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-05-25 22:25:09 +0000 |
| commit | 15f977c6403ae1a5af6727dc57a10a91bf3c7dda (patch) | |
| tree | 537ef6c916d98b2ebea949d9553c383c551c4f8c /sidebar.php | |
| parent | a3a1c1689d90f80340febb2962082208cb97de6f (diff) | |
| download | webtrees-15f977c6403ae1a5af6727dc57a10a91bf3c7dda.tar.gz webtrees-15f977c6403ae1a5af6727dc57a10a91bf3c7dda.tar.bz2 webtrees-15f977c6403ae1a5af6727dc57a10a91bf3c7dda.zip | |
Fix tiny px difference in sidebar open/close image positioning
(http://webtrees.net/forums/3-help/1644-navigator-sidepanel?limit=6&start=6#1674)
Diffstat (limited to 'sidebar.php')
| -rw-r--r-- | sidebar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sidebar.php b/sidebar.php index fa30f5d3b5..7f99c7828e 100644 --- a/sidebar.php +++ b/sidebar.php @@ -222,7 +222,7 @@ jQuery(document).ready(function() { jQuery('#sidebar_open img').attr('style', 'margin-left:0px;' ).attr('src', '<?php echo $WT_IMAGE_DIR."/".$WT_IMAGES['slide_open']['other'];?>').attr('title', '<?php echo i18n::translate('Sidebar Open');?>'); jQuery('#sidebar').css('left', ''); jQuery('#sidebar').animate({ - right: "0px", + right: "4px", width: "0px" }, 500, 'linear', closeCallback); // Shift content back ------------------------------ |
