CSS fixes---need to do to all
svn: r15196
This commit is contained in:
parent
40f88a9e7d
commit
08a23911c9
@ -561,10 +561,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before {
|
||||
content:"+ ";
|
||||
}
|
||||
div#EventDetail h3 {
|
||||
font-size: xxx-large;
|
||||
}
|
||||
div#EventDetail h3:first-lettr {
|
||||
color: #000;
|
||||
font-size: 1em;
|
||||
}
|
||||
div#EventDetail table.eventlist {
|
||||
margin: .5cm 0 .3cm 1.5cm;
|
||||
@ -713,7 +710,7 @@ table.download {
|
||||
width:100%;
|
||||
}
|
||||
table.download img {
|
||||
float:center;
|
||||
text-align:center;
|
||||
}
|
||||
table.download thead tr th {
|
||||
text-align:center;
|
||||
@ -970,7 +967,7 @@ table.attrlist thead tr th.ColumnAttribute {
|
||||
background: none;
|
||||
}
|
||||
table.attrlist tbody tr td {
|
||||
background-color: #EARRF4;
|
||||
background-color: #EAEEF4;
|
||||
border-bottom: dashed 1px #000;
|
||||
}
|
||||
table.attrlist tbody tr td.ColumnType {
|
||||
@ -1060,7 +1057,6 @@ div#WebLinks {
|
||||
}
|
||||
|
||||
table.weblinks tr td {
|
||||
background-color: #EAFFF4;
|
||||
border-bottom: dashed 1px #000;
|
||||
}
|
||||
table.weblinks tr td.ColumnRowLabel {
|
||||
@ -1177,13 +1173,13 @@ table.weblinks tr td.ColumnDescription {
|
||||
}
|
||||
#treeContainer div.boxbg span.thumbnail {
|
||||
display:block;
|
||||
max-width:80px auto;
|
||||
max-width:80px;
|
||||
max-height:65px;
|
||||
margin:0 auto;
|
||||
padding:4px 0;
|
||||
}
|
||||
#treeContainer div.boxbg span.thumbnail img {
|
||||
max-width:80px auto;
|
||||
max-width:80px;
|
||||
max-height:65px;
|
||||
margin:0 auto;
|
||||
}
|
||||
@ -1252,7 +1248,7 @@ table.weblinks tr td.ColumnDescription {
|
||||
#footer {
|
||||
clear:both;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
height: 100px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#204D91;
|
||||
@ -1489,5 +1485,5 @@ table.oneday tbody tr td.ColumnText {
|
||||
width: 85%;
|
||||
}
|
||||
table.oneday tbody tr td.ColumnEvent {
|
||||
width; 10%;
|
||||
width: 10%;
|
||||
}
|
||||
|
@ -1227,13 +1227,13 @@ table.weblinks tr td.ColumnDescription {
|
||||
}
|
||||
#treeContainer div.boxbg span.thumbnail {
|
||||
display:block;
|
||||
max-width:80px auto;
|
||||
max-width:80px;
|
||||
max-height:65px;
|
||||
margin:0 auto;
|
||||
padding:4px 0;
|
||||
}
|
||||
#treeContainer div.boxbg span.thumbnail img {
|
||||
max-width:80px auto;
|
||||
max-width:80px;
|
||||
max-height:65px;
|
||||
margin:0 auto;
|
||||
}
|
||||
@ -1289,7 +1289,7 @@ table.weblinks tr td.ColumnDescription {
|
||||
#footer {
|
||||
clear: both;
|
||||
width: 965px;
|
||||
height: 60px;
|
||||
height: 100px;
|
||||
font-size: 10px;
|
||||
line-height: 130%;
|
||||
font-family: sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user