Bug#3795; fixed DownloadPage alignment.

svn: r16383
This commit is contained in:
Rob G. Healey 2011-01-15 07:17:38 +00:00
parent eea46c8875
commit b2ea7dea08

View File

@ -83,6 +83,7 @@ img {
margin:0 auto;
padding: 1cm 0px .5em 0px;
background:url(../images/Web_Mainz_Mid.png) #FFF2C6 repeat;
overflow: hidden;
}
.content div.snapshot {
margin:0;
@ -132,7 +133,7 @@ h4 {
font-size:1.4em;
font-weight:normal;
font-style:italic;
color:#767D25;
color:#000;
text-align:center;
margin:0;
padding:.5em 0 .2em 0;
@ -608,10 +609,12 @@ table.individuallist tbody tr td.ColumnName a {
#streetaddress {
display:block;
}
#locality, .locality {
display: block;
}
#city:after {
content:",";
}
#country { }
#email {
display:block;
}
@ -625,15 +628,12 @@ table.individuallist tbody tr td.ColumnName a {
/* Download
----------------------------------------------------- */
#Download {
padding:1cm;
height:396px;
width: 965px;
float: center;
}
table.download {
border:solid 2px #000;
width:100%;
}
table.download img {
float:center;
width:97%;
}
table.download thead tr th {
text-align:center;
@ -912,6 +912,7 @@ div#sourcerefs ol li ol {
/* Footer
----------------------------------------------------- */
#footer {
overflow: hidden;
clear: both;
width: 965px;
font-size: 12px;
@ -935,7 +936,7 @@ div#sourcerefs ol li ol {
}
#footer p#createdate {
float: left;
width:40%;
width: 45%;
text-align: left;
margin-left: 10px;
}