mirror of https://gitlab.federez.net/re2o/re2o
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.
49 lines
1.1 KiB
49 lines
1.1 KiB
/*
|
|
Don't blame me for all the '!important's
|
|
See github.com/yourlabs/django-autocomplete-light/issues/1149
|
|
*/
|
|
|
|
/* dal bootstrap css fix */
|
|
.select2-container {
|
|
width: 100% !important;
|
|
min-width: 10em !important;
|
|
}
|
|
|
|
/* django-addanother bootstrap css fix */
|
|
.related-widget-wrapper{
|
|
padding-right: 16px;
|
|
position: relative;
|
|
}
|
|
|
|
.related-widget-wrapper-link{
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 0px;
|
|
}
|
|
|
|
.select2-container .select2-selection--single {
|
|
height: 34px !important;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height: 100% !important;
|
|
display: inline !important;
|
|
overflow-x: hidden !important;
|
|
overflow-y: auto !important;
|
|
}
|
|
.select2-container .select2-selection--multiple {
|
|
min-height: 45px !important;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
|
height: 100% !important;
|
|
display: inline !imoortant;
|
|
overflow-x: hidden !important;
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
.select2-container .select2-selection--multiple .select2-selection__rendered {
|
|
overflow: auto !important;
|
|
}
|
|
|