2019-02-21 11:19:38 +01:00
|
|
|
/*
|
|
|
|
* TODO: This may be at hostdevices.css
|
|
|
|
*/
|
2020-03-25 18:02:58 +01:00
|
|
|
|
2020-04-07 18:50:56 +02:00
|
|
|
select.select_multiple {
|
|
|
|
min-width: 500px;
|
|
|
|
width: 50%;
|
|
|
|
height: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.indented select.select_multiple {
|
|
|
|
min-width: calc(500px - 1em);
|
|
|
|
width: calc(50% - 1em);
|
2020-03-25 18:02:58 +01:00
|
|
|
}
|