SDB implementation of RDF API (and merge from trunk)

This commit is contained in:
brianjlowe 2012-06-04 21:09:36 +00:00
parent 8aa257d564
commit cead502f89
194 changed files with 10522 additions and 5324 deletions

View file

@ -0,0 +1,85 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
table.classHierarchy {
margin-left:25px;
margin-right:25px;
margin-bottom:22px;
font-size:.8em;
min-width:900px;
max-width:900px;
background-color:#f8f8f8;
border-style: solid;
border-width: 1px;
border-color: #f0f0f0;
}
table.classHierarchy td {
padding-left:6px;
}
table.classHierarchy .classDetail {
width:90px;
color:#064D68;
white-space: nowrap;
}
table.subclassTable {
margin-left:15px;
margin-bottom:4px;
margin-top:-4px;
display:none;
}
td.subclassCell {
font-size:1.2em;
padding-bottom:4px;
}
section#container div {
width:925px;
background-color:#f2f2f2;
vertical-align:middle;
height:26px;
}
section#container div a {
margin-left: 6px;
font-weight: bold;
}
section#container div span {
padding-right: 10px;
float: right;
}
span.headerSpanPlus {
width: 12px;
background: url(../images/vitro_plus_sign.gif) left center no-repeat;
}
span.headerSpanMinus {
width: 12px;
background: url(../images/vitro_minus_sign.gif) left center no-repeat;
}
span.subclassExpandPlus {
padding-right: 14px;
background: url(../images/vitro_plus_sign.gif) left center no-repeat;
}
span.subclassExpandMinus {
padding-right: 14px;
background: url(../images/vitro_minus_sign.gif) left center no-repeat;
}
span#expandAll {
margin-right: 10px;
float: right;
font-size: 0.85em;
}
div#expandLink {
margin-top:-10px;
width:100%;
margin-bottom:24px;
}
label#displayOptions {
display:inline-block;
padding-right:6px;
margin-top:20px;
}
table.innerDefinition {
margin-top:-5px;
margin-left:4px;
margin-right:4px;
margin-bottom:4px;
line-height:20px;
}

View file

@ -276,4 +276,9 @@ a.close {
.rdf-url {
display: block;
padding-top: 0.8em;
}
}
/* <---- Manage Prop Link, individual-properties.ftl -----*/
a#managePropLink {
display:none;
}

View file

@ -0,0 +1,5 @@
.menuFlag {
width:67px;
height:18px;
background: url("../../images/checkMark.png") no-repeat left center;
}

View file

@ -0,0 +1,19 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
.pageContent {"background-color":"","padding-left":"","padding-top":"","border-width":"","border-style":"","border-color":"#ccc"}
.pageContentContainer {background-color:#f5f5f5;border-color:#ccc;border-width:1px;border-style:solid;margin-bottom:4px;}
.pageContentTypeLabel {padding-left:6px;}
.pageContentWrapper {background-color:#f9f9f9;padding-left:6px;padding-top:2px;border-top-width:1px;border-style:solid;border-color:#ccc;}
.pageContentExpand {float:right;padding-right:5px;}
.arrow {
width:13px; height:9px; display:block;
}
.expandArrow {background-image:url(../../images/individual/arrow-down.gif);}
.collapseArrow {background-image:url(../../images/individual/arrow-up.gif);}
.deleteButton{margin-bottom:5px;}