silverstripe-framework/css/RelatedDataEditor.css
Hayden Smith 4a5d9b03f8 Moved Sapphire module to open source path
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@39001 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-07-19 10:40:28 +00:00

34 lines
761 B
CSS
Executable File

.RelatedDataEditor div.children_holder{
border: 2px solid rgb(134, 159, 206);
padding: 8px 0;
}
.RelatedDataEditor div.field{
margin-bottom: 0;
padding: 0 10px;
}
.RelatedDataEditor div.keyholder{
background: url(../../sapphire/images/relatedDatafield-key-grad.gif) bottom left repeat-x ;
}
.RelatedDataEditor div.keyholder label{
width: 140px;
margin-left: 0;
}
.RelatedDataEditor div.keyholder label span{
font-weight: bold;
float: right;
margin-right: 12px;
margin-top: 2px;
}
.relatedDataKey {
display: inline;
}
.nested div.keyholder{
background-image: url(../../sapphire/images/relatedDatafield-key-grad2.gif);
}
.nested div.children_holder{
border: 2px solid rgb(158, 220, 143);
padding: 8px 0;
}
.RelatedDataEditor .clear{
clear: both;
}