54 lines
899 B
CSS
54 lines
899 B
CSS
.paczkomaty_result {
|
|
text-align: left;
|
|
padding: 0px;
|
|
border: 1px solid black;
|
|
background-color: #f7f6f1;
|
|
overflow: hidden;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.paczkomaty_result ul {
|
|
width: 100%;
|
|
list-style-position: outside;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.paczkomaty_result li {
|
|
margin: 0px;
|
|
padding: 2px 5px;
|
|
cursor: default;
|
|
display: block;
|
|
/* width: 100%; */
|
|
font: menu;
|
|
line-height: 24px;
|
|
overflow: hidden;
|
|
}
|
|
.paczkomaty_result li:before {
|
|
display: block;
|
|
width: 19px;
|
|
height: 27px;
|
|
background: url(../img/paczkomat.png);
|
|
content: ' ';
|
|
float: left;
|
|
margin-top: 11px;
|
|
margin-right: 14px;
|
|
margin-left: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.paczkomaty_odd {
|
|
background-color: #f7f6f1;
|
|
}
|
|
|
|
.paczkomaty_over {
|
|
background-color: #ece9e2;
|
|
color: black;
|
|
}
|
|
|
|
.paczkomat_name {
|
|
color: #000;
|
|
font-weight: 600;
|
|
display: block;
|
|
} |