Mirrored changed made in display_url_list() to all style sheets.

svn: r15525
This commit is contained in:
Rob G. Healey 2010-06-04 04:04:24 +00:00
parent 504b31e255
commit 02316615d4
8 changed files with 77 additions and 64 deletions

View File

@ -1067,21 +1067,22 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
background-color: #EEE;
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 6%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}
table.weblinks tr td.ColumnDescription {
width: 30%;
}
/* Subsections : Pedigree
----------------------------------------------------- */

View File

@ -1088,21 +1088,22 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
background-color: #E0E6E0;
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 5%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}
table.weblinks tr td.ColumnDescription {
width: 30%;
}
/* Subsections : Pedigree
----------------------------------------------------- */

View File

@ -1035,21 +1035,22 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
background-color: #E6E0E9;
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 5%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}
table.weblinks tr td.ColumnDescription {
width: 30%;
}
/* Subsections : Pedigree
----------------------------------------------------- */

View File

@ -1039,21 +1039,22 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
background-color: #FFE09F;
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 5%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}
table.weblinks tr td.ColumnDescription {
width: 30%;
}
/* Subsections : Pedigree
----------------------------------------------------- */

View File

@ -1037,17 +1037,19 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 5%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
width: 30%;
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tr td.ColumnDescription {
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}

View File

@ -1093,16 +1093,19 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 6%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
width: 40%;
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tr td.ColumnDescription {
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}

View File

@ -1084,18 +1084,20 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
background-color: #F6F2EE;
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 5%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
width: 30%;
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tr td.ColumnDescription {
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}

View File

@ -1231,19 +1231,21 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td {
table.WebLinks {
width: 100%;
}
table.weblinks tbody tr td {
background-color: #6AF364;
border-bottom: dashed 1px #000;
}
table.weblinks tr td.ColumnRowLabel {
width: 8%;
table.weblinks tbody tr td.ColumnType {
width: 20%;
}
table.weblinks tr td.ColumnType {
width: 30%;
}
table.weblinks tr td.ColumnDescription {
table.WebLinks tbody tr td.ColumnPath {
background-color: #FFF;
width: 50%;
}
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}