Revision: 1079
Author:
tbc...@gmail.com
Date: Sat Jun 1 15:43:56 2013
Log: Tree blurb color and rectangles size update @ mhk_families
http://code.google.com/p/mhk/source/detail?r=1079
Modified:
/branches/mhk_families/idb/etc/template/new/rperson_family.vm
/branches/mhk_families/idb/web/stylesheets/pralls.css
=======================================
--- /branches/mhk_families/idb/etc/template/new/rperson_family.vm Sat Jun 1
15:24:44 2013
+++ /branches/mhk_families/idb/etc/template/new/rperson_family.vm Sat Jun 1
15:43:56 2013
@@ -38,7 +38,7 @@
window['drawPrallTree'] = function() {
var ftree = new FamilyTreeJS.FamilyTree();
ftree.config.node.width = 100;
- ftree.config.node.height = 40;
+ ftree.config.node.height = 45;
ftree.config.node.spacingVertical = 60;
var nodes=new Array();
=======================================
--- /branches/mhk_families/idb/web/stylesheets/pralls.css Mon May 20
13:20:35 2013
+++ /branches/mhk_families/idb/web/stylesheets/pralls.css Sat Jun 1
15:43:56 2013
@@ -13,7 +13,7 @@
z-index: 2;
}
.familytree-node .blurb {
- background-color: rgb(150,150, 100);
+ background-color: rgb(236,232,246);
margin-top: 1px;
padding: 2px;
font-size: 6pt;