mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4a5d9b03f8
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@39001 467b73ca-7a2a-4603-9d3b-597d59a354a9
34 lines
761 B
CSS
Executable File
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;
|
|
} |