silverstripe-framework/css/SelectionGroup.css
Will Rossiter 31d7e0b6e6 BUGFIX: fixed clearing issue with IE7
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@77596 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:27 +13:00

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;
}