This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-04-22 09:12:29 +00:00
|
|
|
/**
|
|
|
|
* eReuse CSS
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
|
|
# LotsSelector
|
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#dropDownLotsSelector {
|
|
|
|
max-height: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dropDownLotsSelector>ul#LotsSelector {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-width: max-content;
|
2022-05-31 09:25:32 +00:00
|
|
|
max-height: 330px;
|
2022-04-22 09:12:29 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dropDownLotsSelector #ApplyDeviceLots {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2022-08-11 16:04:30 +00:00
|
|
|
.help {
|
|
|
|
color: #993365;
|
|
|
|
}
|
2022-10-06 12:29:40 +00:00
|
|
|
.doTransfer {
|
|
|
|
margin-top: -8px;
|
|
|
|
margin-right: 15px;"
|
|
|
|
}
|