Removed ColumnPath from display_url_list() elements from all stylesheets.
svn: r15109
This commit is contained in:
parent
9281d1388c
commit
26fa02bbf5
@ -976,6 +976,47 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
|||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
background-color: #EEE;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Gallery
|
/* Subsections : Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1047,15 +1088,11 @@ table.weblinks tr td {
|
|||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnRowLabel {
|
table.weblinks tr td.ColumnRowLabel {
|
||||||
width: 5%;
|
width: 6%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
@ -995,31 +995,39 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr {
|
table.attrlist thead tr th.ColumnType {
|
||||||
border: solid 1px #000;
|
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: #70B1ED;
|
background-color: #7081E0;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
width: 200px;
|
border: none;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
table.attrlist tbody tr td.ColumnAttribute {
|
||||||
width: 10%;
|
border: none;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnValue {
|
table.attrlist tbody tr td.ColumnAttrType {
|
||||||
width: 250px;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnSources {
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
width: 100px;
|
width: 15%;
|
||||||
}
|
|
||||||
table.attrlist tbody tr td.ColumnNotes {
|
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
div#attributes table.attrlist tbody tr td.ColumnNotes {
|
|
||||||
width: 400px;
|
|
||||||
background-color: #70B1ED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Parents
|
/* Subsections : Parents
|
||||||
@ -1235,11 +1243,8 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
|
background-color: #FFF;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1003,6 +1003,47 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
|||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
background-color: #E6E6E0;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Gallery
|
/* Subsections : Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1079,10 +1120,6 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
@ -953,6 +953,47 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
|||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
background-color: #E0E0E9;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Gallery
|
/* Subsections : Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1029,10 +1070,6 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
@ -956,6 +956,47 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
|||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
background-color: #FFE09F;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Gallery
|
/* Subsections : Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1032,10 +1073,6 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
@ -954,6 +954,47 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
|||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
background-color: #EARRF4;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Gallery
|
/* Subsections : Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1030,15 +1071,10 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Subsections : Pedigree
|
/* Subsections : Pedigree
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
.pedigreegen {
|
.pedigreegen {
|
||||||
|
@ -955,8 +955,48 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
|||||||
border-bottom:dashed 1px #D8C19F;
|
border-bottom:dashed 1px #D8C19F;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SubSection : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* SubSection : Gallery
|
/* SubSection : Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1033,15 +1073,10 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* SubSection : Pedigree
|
/* SubSection : Pedigree
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
.pedigreegen {
|
.pedigreegen {
|
||||||
|
@ -936,6 +936,47 @@ table.infolist tbody tr td.ColumnValue p {
|
|||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
div#attributes {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
table.attrlist {
|
||||||
|
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 {
|
||||||
|
background-color: #F6F2EE;
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
|
width: 45%;
|
||||||
|
background-color: #D8F3D6;
|
||||||
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Parents
|
/* Subsections : Parents
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1082,15 +1123,10 @@ table.weblinks tr td.ColumnRowLabel {
|
|||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Subsections : Pedigree
|
/* Subsections : Pedigree
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
div#pedigree {
|
div#pedigree {
|
||||||
|
@ -991,32 +991,40 @@ div#attributes {
|
|||||||
table.attrlist {
|
table.attrlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr {
|
table.attrlist thead tr th.ColumnType {
|
||||||
border: solid 1px #5D835F;
|
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: #D8F3D6;
|
background-color: #D8F3D6;
|
||||||
|
border-bottom: dashed 1px #5D835F;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnType {
|
table.attrlist tbody tr td.ColumnType {
|
||||||
width: 200px;
|
border: none;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnAttribute {
|
table.attrlist tbody tr td.ColumnAttribute {
|
||||||
width: 10%;
|
border: none;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnValue {
|
table.attrlist tbody tr td.ColumnAttrType {
|
||||||
width: 250px;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnSources {
|
table.attrlist tbody tr td.ColumnAttrValue {
|
||||||
background-color: #FFF;
|
width: 15%;
|
||||||
width: 100px;
|
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnNotes {
|
table.attrlist tbody tr td.ColumnAttrNotes {
|
||||||
width: 400px;
|
width: 45%;
|
||||||
}
|
|
||||||
div#attributes table.attrlist tbody tr td.ColumnNotes {
|
|
||||||
width: 400px;
|
|
||||||
background-color: #D8F3D6;
|
background-color: #D8F3D6;
|
||||||
}
|
}
|
||||||
|
table.attrlist tbody tr td.ColumnAttrSources {
|
||||||
|
background-color: #FFF;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Subsections : Parents
|
/* Subsections : Parents
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -1224,16 +1232,13 @@ table.weblinks tr td {
|
|||||||
border-bottom: dashed 1px #000;
|
border-bottom: dashed 1px #000;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnRowLabel {
|
table.weblinks tr td.ColumnRowLabel {
|
||||||
width: 5%;
|
width: 8%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnType {
|
table.weblinks tr td.ColumnType {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
table.weblinks tr td.ColumnPath {
|
|
||||||
background-color: #FFF;
|
|
||||||
width: 435;
|
|
||||||
}
|
|
||||||
table.weblinks tr td.ColumnDescription {
|
table.weblinks tr td.ColumnDescription {
|
||||||
|
background-color: #FFF;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user