Fix for Ancestor Tree: unlinked individuals has been fixed. Jason Simanek has come with a correction. I will slowly be updating the rest of the stylesheets as well.

svn: r13671
This commit is contained in:
Rob G. Healey 2009-11-25 08:24:09 +00:00
parent e572a41566
commit 8aa9a86c59
2 changed files with 38 additions and 9 deletions

View File

@ -1084,7 +1084,7 @@ div#pedigree {
page-break-before:always;
margin:0;
padding:0;
background:none;
background-color: #FFF;
}
#treeContainer {
position:relative;
@ -1107,11 +1107,17 @@ div#pedigree {
color:#542;
width:118px;
padding:5px 20px 7px 20px;
margin-top:-25px;
margin-left:16px;
background-color:#F6F2EE;
border:solid 1px #542;
}
#treeContainer div.boxbg a.noThumb,
#treeContainer div.AncCol3 a,
#treeContainer div.AncCol4 a,
#treeContainer div.AncCol3 span.unlinked,
#treeContainer div.AncCol4 span.unlinked {
margin-top:10px;
}
#treeContainer div.boxbg a:hover {
position:relative;
z-index:999;
@ -1126,13 +1132,6 @@ div#pedigree {
#treeContainer div.boxbg a:hover, #treeContainer div.AncCol3 a:hover, #treeContainer div.AncCol4 a:hover {
margin-top:-44px;
}
#treeContainer div.boxbg a.noThumb,
#treeContainer div.AncCol3 a,
#treeContainer div.AncCol4 a,
#treeContainer div.AncCol3 span.unlinked,
#treeContainer div.AncCol4 span.unlinked {
margin-top:10px;
}
#treeContainer div.boxbg a.noThumb:hover {
margin-top:0;
}

View File

@ -939,6 +939,36 @@ div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks {
width: 8%;
}
/* Gramps Event List by Alphabet
------------------------------------------------------ */
div#AlphabetEvent {
padding: 0;
margin: 0 auto;
}
div#AlphabetEvent table.alphaevent {
padding: 0;
margin: 0;
}
div#AlphabetEvent table.alphaevent tbody tr.BeginEvent {
border-top: solid 1px #5D835F;
}
div#AlphabetEvent table.alphaevent tbody tr td {
background-color: #D8F3D6;
border-bottom: dashed 1px #5D835F;
}
div#AlphabetEvent table.alphaevent tbody tr td.ColumnType {
width: 15%;
}
div#AlphabetEvent table.alphaevent tbody tr td.ColumnGRAMPSID {
width: 15%;
}
div#AlphabetEvent table.alphaevent tbody tr td.ColumnDate {
width: 15%;
}
div#AlphabetEvent table.alphaevent tbody tr td.ColumnPerson {
width: 50%;
}
/* Subsections
----------------------------------------------------- */
#Home, #Introduction, #Contact {