Bug#3795; fixed DownloadPage alignment.
svn: r16383
This commit is contained in:
parent
eea46c8875
commit
b2ea7dea08
@ -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,51 +912,52 @@ div#sourcerefs ol li ol {
|
|||||||
/* Footer
|
/* Footer
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#footer {
|
#footer {
|
||||||
clear:both;
|
overflow: hidden;
|
||||||
width:965px;
|
clear: both;
|
||||||
font-size:12px;
|
width: 965px;
|
||||||
line-height:130%;
|
font-size: 12px;
|
||||||
font-family:sans-serif;
|
line-height: 130%;
|
||||||
margin:0 auto;
|
font-family: sans-serif;
|
||||||
padding:15px 0 0 0;
|
margin: 0 auto;
|
||||||
background:url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
padding: 15px 0 0 0;
|
||||||
border-top:dashed 1px #7D5925;
|
background: url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
||||||
|
border-top: dashed 1px #7D5925;
|
||||||
}
|
}
|
||||||
#footer a, #footer a:visited {
|
#footer a, #footer a:visited {
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#footer a:hover {
|
#footer a:hover {
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
#footer img {
|
#footer img {
|
||||||
border:0;
|
border: 0;
|
||||||
margin:0 auto;
|
margin: 0 auto;
|
||||||
vertical-align:middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
#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;
|
||||||
}
|
}
|
||||||
#footer p#copyright {
|
#footer p#copyright {
|
||||||
float:right;
|
float: right;
|
||||||
width:40%;
|
width: 40%;
|
||||||
text-align:right;
|
text-align: right;
|
||||||
margin-right:10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
#footer p#copyright img {
|
#footer p#copyright img {
|
||||||
margin-right:10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
#user_footer {
|
#user_footer {
|
||||||
width:70%;
|
width: 70%;
|
||||||
float:left;
|
float: left;
|
||||||
margin:1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
#user_footer p {
|
#user_footer p {
|
||||||
font:normal 1em/1.2em serif;
|
font: normal 1em/1.2em serif;
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar Styles
|
/* Calendar Styles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user