You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
873 B
50 lines
873 B
.sortedm2m-container {
|
|
margin-right: 10px;
|
|
width: 570px;
|
|
}
|
|
|
|
.sortedm2m-container p.selector-filter {
|
|
width: 570px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.sortedm2m-container p.selector-filter input {
|
|
width: 532px;
|
|
margin: 5px 4px;
|
|
}
|
|
|
|
ul.sortedm2m {
|
|
display: block;
|
|
width: 554px;
|
|
min-height: 200px;
|
|
max-height: 400px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
margin: 0;
|
|
padding: 6px 8px;
|
|
list-style-type: none;
|
|
text-align: left;
|
|
}
|
|
|
|
ul.sortedm2m li {
|
|
list-style-type: none;
|
|
text-align: left;
|
|
width: 550px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: pre;
|
|
}
|
|
|
|
ul.sortedm2m li, ul.sortedm2m label {
|
|
cursor: move;
|
|
}
|
|
|
|
/* required to work properly in django admin */
|
|
body.change-form .sortedm2m-container {
|
|
float: left;
|
|
}
|
|
.module ul.sortedm2m {
|
|
margin: 0;
|
|
padding: 6px 8px;
|
|
}
|
|
|