mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
75ba6a1ab9
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77764 467b73ca-7a2a-4603-9d3b-597d59a354a9
39 lines
663 B
CSS
39 lines
663 B
CSS
.SelectionGroup {
|
|
padding: 0px;
|
|
clear : both;
|
|
}
|
|
.SelectionGroup li {
|
|
list-style-type: none;
|
|
float : left;
|
|
width: 100%;
|
|
clear : both;
|
|
}
|
|
.SelectionGroup li input.selector {
|
|
width: 20px;
|
|
float : left;
|
|
}
|
|
|
|
.mainblock.allassets ul {
|
|
padding: 0 0 0 10px;
|
|
height:100px;
|
|
overflow-y:scroll;
|
|
}
|
|
.mainblock.allassets ul li {
|
|
width: 150px;
|
|
}
|
|
.SelectionGroup li div.field {
|
|
display: none;
|
|
font-size: 1em;
|
|
}
|
|
.SelectionGroup li input, .right .SelectionGroup li label {
|
|
display: block;
|
|
}
|
|
.SelectionGroup li.selected div.field {
|
|
margin-left: 30px;
|
|
display: block;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.SelectionGroup li.selected label.selector {
|
|
font-weight: bold;
|
|
} |