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