Fixed all of the Family and Place Map Pages.

svn: r18590
This commit is contained in:
Rob G. Healey
2011-12-13 04:58:49 +00:00
parent 1d109195b8
commit 9a4b839830
3 changed files with 189 additions and 152 deletions

View File

@@ -353,7 +353,7 @@ table.infolist thead tr th a:hover {
color: #FFF;
}
table.infolist tr td {
font: normal 1.1em/1.4em serif;
font: normal .9em serif;
vertical-align: middle;
padding: 6px 0 6px 10px;
}

View File

@@ -26,41 +26,16 @@ body#FamilyMap {
padding: 0 14px;
width: 965px;
}
button#drop {
background-color: purple;
color: #FFF;
font: bold .8em sans-serif;
padding: 10px;
margin-top: 10px;
margin-left: 10px;
border: solid 4px #00029D;
}
/* Family Maps
------------------------------------------------------ */
div#map_canvas {
#map_canvas {
margin-left: 10px;
margin-right: 10px;
border: solid 4px #000;
width: 931px;
height: 1000px;
}
div#FamilyMapDeatail div#references table.infolist {
width: 100%;
}
div#FamilyMapDeatail div#references table.infolist thead tr th {
font-weight: bold;
font-size: .6em;
}
div#FamilyMapDeatail div#references table.infolist thead tr th.ColumnName {
width: 25%;
}
div#FamilyMapDeatail div#references table.infolist thead tr th.ColumnDate {
width: 20%;
}
div#FamilyMapDeatail div#references table.infolist thead tr th.ColumnType {
width: 10%;
}
/* Place Maps
------------------------------------------------------ */
@@ -70,3 +45,34 @@ div#place_canvas {
width: 500px;
height: 400px;
}
button#drop {
background-color: purple;
color: #FFF;
font: bold .8em sans-serif;
padding: 10px;
margin-top: 10px;
margin-left: 10px;
border: solid 4px #00029D;
}
/* Subsection: References
------------------------------------------------------ */
div#FamilyMapDetail div#references table.infolist {
width: 100%;
}
div#FamilyMapDetail div#references table.infolist thead tr th {
font-weight: bold;
font-size: .9em;
}
div#FamilyMapDetail div#references table.infolist thead tr th.ColumnDate {
width: 8%;
}
div#FamilyMapDetail div#references table.infolist thead tr th.ColumnName {
width: 55%;
}
div#FamilyMapDetail div#references table.infolist thead tr th.ColumnType {
width: 10%;
}
div#FamilyMapDetail div#references table.infolist tbody tr td {
font-size: .9em;
}