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.
devicehub-teal/ereuse_devicehub/static/css/devicehub.css

57 lines
1.1 KiB
CSS
Raw Normal View History

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;
}
2023-03-15 16:19:31 +00:00
#ApplyDeviceLots {
color: #993365;
font-weight: bold;
}
#ApplyDeviceLots.disabled {
color: #adb5bd;
font-weight: normal;
pointer-events: none;
background-color: #fff;
}
2022-08-11 16:04:30 +00:00
.help {
color: #993365;
}
.doTransfer {
margin-top: -8px;
margin-right: 15px;"
2022-10-11 16:04:25 +00:00
}
.printLabelForm {
margin-left: 10px;
2023-07-27 10:19:23 +00:00
}
.bi-solar-panel {
background-image: url("/static/img/solar-panel.png");
background-repeat:no-repeat;
background-size: cover;
padding-left: 10px;
padding-right: 10px;
margin-right: 5px;
line-height: 17px;
font-size: 15px;
vertical-align: middle;
}