2007-09-27 22:56:55 +02:00
|
|
|
.SelectionGroup {
|
|
|
|
padding: 0px;
|
|
|
|
clear : both;
|
|
|
|
}
|
|
|
|
.SelectionGroup li {
|
|
|
|
list-style-type: none;
|
|
|
|
float : left;
|
2009-05-25 08:59:21 +02:00
|
|
|
width: 100%;
|
2007-09-27 22:56:55 +02:00
|
|
|
clear : both;
|
|
|
|
}
|
2009-05-25 08:59:21 +02:00
|
|
|
.SelectionGroup li input.selector {
|
2007-09-27 22:56:55 +02:00
|
|
|
width: 20px;
|
|
|
|
float : left;
|
|
|
|
}
|
|
|
|
|
2008-08-15 00:20:32 +02:00
|
|
|
.mainblock.allassets ul {
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
height:100px;
|
|
|
|
overflow-y:scroll;
|
|
|
|
}
|
|
|
|
.mainblock.allassets ul li {
|
|
|
|
width: 150px;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
.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;
|
|
|
|
}
|