bug #0003908: fixed NarWeb footer height problem

svn: r15304
This commit is contained in:
Jason Simanek
2010-05-03 12:17:47 +00:00
parent 4a8414e5c8
commit b1d2ca5dc4
10 changed files with 57 additions and 53 deletions

View File

@@ -174,8 +174,8 @@ div#header p {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
div#footer { div#footer {
height: 60px;
clear:both; clear:both;
overflow:hidden;
width:100%; width:100%;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;

View File

@@ -245,15 +245,16 @@ p#user_header {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
div#footer { div#footer {
width: 100%; clear:both;
height: 60px; overflow:hidden;
overflow: auto; width:100%;
clear: both; font-size:12px;
font-size: 12px; line-height:130%;
margin: 0; color:#FFF;
color: #FFF; margin:0;
background-color: #00029D; padding:15px 0 0 0;
border-top: solid 8px #13A926; background-color:#00029D;
border-top:solid 8px #13A926;
} }
div#footer a, div#footer a:visited { div#footer a, div#footer a:visited {
text-decoration: none; text-decoration: none;

View File

@@ -174,12 +174,15 @@ div#header a {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
div#footer { div#footer {
width: 100%; clear:both;
font-size: 12px; overflow:hidden;
height: 60px; width:100%;
color: #E8E6E8; font-size:12px;
line-height:130%;
color:#E8E6E8;
margin:0;
padding:15px 0 0 0;
border-top: solid 1px #454; border-top: solid 1px #454;
background-color: #454; background-color: #454;
} }

View File

@@ -1249,10 +1249,10 @@ table.weblinks tr td.ColumnDescription {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { div#footer {
clear:both; clear:both;
overflow:hidden;
width:100%; width:100%;
height: 60px;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;
color:#2E2E61; color:#2E2E61;

View File

@@ -1252,10 +1252,10 @@ table.weblinks tr td.ColumnDescription {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { div#footer {
clear:both; clear:both;
overflow:hidden;
width:100%; width:100%;
height: 60px;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;
color:#8C581C; color:#8C581C;

View File

@@ -1249,10 +1249,10 @@ table.weblinks tr td.ColumnDescription {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { div#footer {
clear:both; clear:both;
overflow:hidden;
width:100%; width:100%;
height: 100px;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;
color:#204D91; color:#204D91;

View File

@@ -1290,16 +1290,16 @@ table.weblinks tr td.ColumnDescription {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { #footer {
clear: both; clear:both;
width: 965px; width:965px;
height: 80px; overflow:hidden;
font-size: 10px; font-size:10px;
line-height: 130%; line-height:130%;
font-family: sans-serif; font-family:sans-serif;
margin: 0 auto; color:#000;
padding: 15px 0 0 0; margin:0 auto;
color: #000; padding:15px 0 0 0;
background:url(../images/Web_Mainz_MidLight.png) #FFF2C6 bottom left repeat; background:url('../images/Web_Mainz_MidLight.png') #FFF2C6 bottom left repeat;
border-top:dashed 1px #7D5925; border-top:dashed 1px #7D5925;
} }
#footer a, #footer a:visited { #footer a, #footer a:visited {

View File

@@ -1292,10 +1292,10 @@ div#pedigree {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { div#footer {
clear:both; clear:both;
overflow:hidden;
width:100%; width:100%;
height: 60px;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;
font-family:sans-serif; font-family:sans-serif;

View File

@@ -199,17 +199,17 @@ p#user_header {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
div#footer { div#footer {
width: 100%; clear:both;
height: 60px; overflow:hidden;
overflow: auto; width:100%;
clear: both; font-size:12px;
font-size: 12px; line-height:130%;
margin: 0; color:#000;
color: #000; margin:0;
background-color: #FFF; background-color:#FFF;
border-width: 4px 0 1px 0; border-width:4px 0 1px 0;
border-style: solid; border-style:solid;
border-color: #000; border-color:#000;
} }
div#footer p#createdate { div#footer p#createdate {
float: left; float: left;

View File

@@ -222,15 +222,15 @@ p#user_header {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
div#footer { div#footer {
width: 100%; clear:both;
height: 60px; overflow:hidden;
overflow: auto; width:100%;
clear: both; font-size:12px;
font-size: 12px; line-height:130%;
margin: 0; color:#FFF;
color: #FFF; margin:0;
background-color: #542; background-color:#542;
border-top: solid 8px #5D835F; border-top:solid 8px #5D835F;
} }
div#footer a, div#footer a:visited { div#footer a, div#footer a:visited {
text-decoration:none; text-decoration:none;