pandorafms/pandora_console/include/styles/hostdevices.css

15 lines
222 B
CSS
Raw Normal View History

/*
* 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
}