Fixed problems with attributes not being properly displayed.
svn: r15544
This commit is contained in:
parent
d78c1d0f9c
commit
b2a8800379
@ -105,9 +105,12 @@ h3 {
|
|||||||
padding:.5em 20px .2em 20px;
|
padding:.5em 20px .2em 20px;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
font-size:.8em;
|
border-width: 2px 0 2px 0;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000;
|
||||||
|
font-size: 1em;
|
||||||
color:#333;
|
color:#333;
|
||||||
margin:0;
|
margin: .3cm 0 .3cm 0;;
|
||||||
padding:.2em 0 .2em 20px;
|
padding:.2em 0 .2em 20px;
|
||||||
background-color:#EEE;
|
background-color:#EEE;
|
||||||
border-bottom:solid 1px #999;
|
border-bottom:solid 1px #999;
|
||||||
@ -976,37 +979,20 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
background-color: #FFF;
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -963,32 +963,16 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -999,36 +999,20 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
background-color: #E6E6E0;
|
background-color: #E6E6E0;
|
||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -946,36 +946,20 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
background-color: #E0E0E9;
|
background-color: #E0E0E9;
|
||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -950,36 +950,20 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
background-color: #FFE09F;
|
background-color: #FFE09F;
|
||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -948,36 +948,20 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
background-color: #EAEEF4;
|
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 {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1002,35 +1002,19 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -920,36 +920,20 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
background-color: #F6F2EE;
|
background-color: #F6F2EE;
|
||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -800,35 +800,21 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist thead tr th.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist thead tr th.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnType {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
table.attrlist tbody tr td {
|
table.attrlist tbody tr td {
|
||||||
border: solid 1px #000;
|
border: solid 1px #000;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrValue {
|
table.attrlist tbody tr td.ColumnValue {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttrSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
|
background-color: #FFF;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user