Fixed height problem with the navigation menu.

svn: r13131
This commit is contained in:
Rob G. Healey 2009-08-29 05:13:27 +00:00
parent ff6b8d2c86
commit 731928a9ab

View File

@ -59,7 +59,7 @@ Females Web_Gender_Female.png
body { body {
color:#000; color:#000;
margin:0; margin:0;
padding:0; padding: 88px 0 60px 0;
background-color:#FFF; background-color:#FFF;
} }
div { div {
@ -201,9 +201,11 @@ body#NarrativeWeb {
/* Header /* Header
----------------------------------------------------- */ ----------------------------------------------------- */
#header { #header {
position: fixed;
top: 0;
overflow: auto; overflow: auto;
width:100%; width:100%;
height: 2cm; height: 60px;
margin:0; margin:0;
padding:0 0 .9em 0; padding:0 0 .9em 0;
background-color: #542; background-color: #542;
@ -212,7 +214,7 @@ body#NarrativeWeb {
#SiteTitle { #SiteTitle {
margin:0; margin:0;
padding:.5em 0 0 20px; padding:.5em 0 0 20px;
font-size: 36px; font-size: 32px;
color:#FFF; color:#FFF;
font-style:italic; font-style:italic;
} }
@ -227,9 +229,11 @@ p#user_header {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { #footer {
position: fixed;
bottom: 0;
overflow: auto; overflow: auto;
width: 100%; width: 100%;
height: 1.5cm; height: 60px;
clear:both; clear:both;
font-size:12px; font-size:12px;
color:#FFF; color:#FFF;
@ -298,6 +302,9 @@ div#alphabet ul {
div#alphabet ul li:after { div#alphabet ul li:after {
content:" |"; content:" |";
} }
div#alphabet ul li:first-child {
content: " |";
}
div#alphabet ul li.letters { div#alphabet ul li.letters {
margin:0; margin:0;
float:left; float:left;
@ -375,7 +382,6 @@ table.infolist {
width:100%; width:100%;
margin:0; margin:0;
padding:0; padding:0;
background-color:#FFF;
} }
table.infolist thead tr th { table.infolist thead tr th {
font:normal 1.1em/1.2em serif; font:normal 1.1em/1.2em serif;
@ -383,7 +389,7 @@ table.infolist thead tr th {
margin:0; margin:0;
padding:.2em 10px; padding:.2em 10px;
background-color:#6AF364; background-color:#6AF364;
border-bottom:solid 2px #000; border: solid 2px #5D835F;
} }
table.infolist thead tr th a { table.infolist thead tr th a {
background-color:#6AF364; background-color:#6AF364;
@ -521,6 +527,9 @@ table.surname tbody tr td.ColumnName a span.grampsid { }
table.surname tbody tr td.ColumnName:hover { table.surname tbody tr td.ColumnName:hover {
background-color:#C1B398; background-color:#C1B398;
} }
table.surname tbody tr td.ColumnPartner {
background-color: #FFF;
}
table.surname thead tr th.ColumnParents, table.surname thead tr th.ColumnParents,
table.surname tbody tr td.ColumnParents { table.surname tbody tr td.ColumnParents {
width:25%; width:25%;