CSS fixes---need to do to all

svn: r15196
This commit is contained in:
Doug Blank 2010-04-17 21:46:14 +00:00
parent 40f88a9e7d
commit 08a23911c9
2 changed files with 10 additions and 14 deletions

View File

@ -561,10 +561,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before {
content:"+ "; content:"+ ";
} }
div#EventDetail h3 { div#EventDetail h3 {
font-size: xxx-large; font-size: 1em;
}
div#EventDetail h3:first-lettr {
color: #000;
} }
div#EventDetail table.eventlist { div#EventDetail table.eventlist {
margin: .5cm 0 .3cm 1.5cm; margin: .5cm 0 .3cm 1.5cm;
@ -713,7 +710,7 @@ table.download {
width:100%; width:100%;
} }
table.download img { table.download img {
float:center; text-align:center;
} }
table.download thead tr th { table.download thead tr th {
text-align:center; text-align:center;
@ -970,7 +967,7 @@ table.attrlist thead tr th.ColumnAttribute {
background: none; background: none;
} }
table.attrlist tbody tr td { table.attrlist tbody tr td {
background-color: #EARRF4; background-color: #EAEEF4;
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
table.attrlist tbody tr td.ColumnType { table.attrlist tbody tr td.ColumnType {
@ -1060,7 +1057,6 @@ div#WebLinks {
} }
table.weblinks tr td { table.weblinks tr td {
background-color: #EAFFF4;
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
table.weblinks tr td.ColumnRowLabel { table.weblinks tr td.ColumnRowLabel {
@ -1177,13 +1173,13 @@ table.weblinks tr td.ColumnDescription {
} }
#treeContainer div.boxbg span.thumbnail { #treeContainer div.boxbg span.thumbnail {
display:block; display:block;
max-width:80px auto; max-width:80px;
max-height:65px; max-height:65px;
margin:0 auto; margin:0 auto;
padding:4px 0; padding:4px 0;
} }
#treeContainer div.boxbg span.thumbnail img { #treeContainer div.boxbg span.thumbnail img {
max-width:80px auto; max-width:80px;
max-height:65px; max-height:65px;
margin:0 auto; margin:0 auto;
} }
@ -1252,7 +1248,7 @@ table.weblinks tr td.ColumnDescription {
#footer { #footer {
clear:both; clear:both;
width:100%; width:100%;
height: 60px; height: 100px;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;
color:#204D91; color:#204D91;
@ -1489,5 +1485,5 @@ table.oneday tbody tr td.ColumnText {
width: 85%; width: 85%;
} }
table.oneday tbody tr td.ColumnEvent { table.oneday tbody tr td.ColumnEvent {
width; 10%; width: 10%;
} }

View File

@ -1227,13 +1227,13 @@ table.weblinks tr td.ColumnDescription {
} }
#treeContainer div.boxbg span.thumbnail { #treeContainer div.boxbg span.thumbnail {
display:block; display:block;
max-width:80px auto; max-width:80px;
max-height:65px; max-height:65px;
margin:0 auto; margin:0 auto;
padding:4px 0; padding:4px 0;
} }
#treeContainer div.boxbg span.thumbnail img { #treeContainer div.boxbg span.thumbnail img {
max-width:80px auto; max-width:80px;
max-height:65px; max-height:65px;
margin:0 auto; margin:0 auto;
} }
@ -1289,7 +1289,7 @@ table.weblinks tr td.ColumnDescription {
#footer { #footer {
clear: both; clear: both;
width: 965px; width: 965px;
height: 60px; height: 100px;
font-size: 10px; font-size: 10px;
line-height: 130%; line-height: 130%;
font-family: sans-serif; font-family: sans-serif;