pandorafms/pandora_console/include/styles/order_interpreter.css

67 lines
1.2 KiB
CSS
Raw Normal View History

2019-12-03 13:59:03 +01:00
div.show_result_interpreter {
2019-12-03 18:19:32 +01:00
background-color: #fff;
color: #000;
border: 1px solid #e2e2e2;
2024-03-26 10:21:51 +01:00
border-top: 0;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
2019-12-03 18:19:32 +01:00
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
box-shadow: 0px 0px 15px -4px #dadada;
2024-04-02 09:19:45 +02:00
position: fixed;
2024-03-26 10:21:51 +01:00
z-index: 3;
2019-12-19 16:53:45 +01:00
width: 300px;
2024-03-26 10:21:51 +01:00
top: 48px;
left: 50%;
2019-12-03 13:59:03 +01:00
}
2019-12-05 16:10:31 +01:00
.more_results {
text-align: right;
margin-right: 20px;
display: grid;
}
2019-12-11 18:42:46 +01:00
.results-found {
2024-03-26 10:21:51 +01:00
background-image: url("../../images/details.svg");
background-position: center left 20px;
2019-12-11 18:42:46 +01:00
background-repeat: no-repeat;
background-size: 17px;
2024-03-26 10:21:51 +01:00
background-color: #f6f7fb;
2019-12-11 18:42:46 +01:00
padding: 0px;
margin: 0;
2024-03-26 10:21:51 +01:00
width: 150px;
height: 36px;
2019-12-11 18:42:46 +01:00
margin-left: 2px;
2024-03-26 10:21:51 +01:00
padding-right: 15px;
padding-left: 45px;
2019-12-11 18:42:46 +01:00
color: #777;
font-size: 8.5pt;
2024-03-26 10:21:51 +01:00
border-top-left-radius: 18px;
border-top-right-radius: 18px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
2019-12-11 18:42:46 +01:00
border-color: transparent;
}
2019-12-12 16:27:11 +01:00
.list_found {
2024-03-26 11:58:53 +01:00
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.list_found img {
padding: 0 5px;
2019-12-12 16:27:11 +01:00
}
2019-12-13 14:08:44 +01:00
.active {
background: #f2f6f7;
}
2019-12-19 16:53:45 +01:00
.result_order {
margin-left: 2px;
display: grid;
}