pandorafms/pandora_console/include/styles/order_interpreter.css

42 lines
906 B
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;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
box-shadow: 0px 0px 15px -4px #dadada;
2019-12-03 18:31:13 +01:00
position: absolute;
2019-12-03 18:19:32 +01:00
z-index: 1;
2019-12-11 18:42:46 +01:00
width: 302px;
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 {
background-image: url("../../images/input_zoom_gray.png");
background-position: center right 10px;
background-repeat: no-repeat;
background-size: 17px;
background-color: #f2f6f7;
padding: 0px;
margin: 0;
width: 300px;
height: 30px;
margin-left: 2px;
padding-left: 15px;
padding-right: 40px;
color: #777;
font-family: "Open Sans", sans-serif;
font-size: 8.5pt;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-color: transparent;
}