mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
46 lines
666 B
CSS
46 lines
666 B
CSS
.gm-style .gm-style-iw-d {
|
|
max-width: 150px !important;
|
|
}
|
|
|
|
#map {
|
|
height: 500px;
|
|
}
|
|
|
|
.table-classified .img-thumbnail {
|
|
max-height: 70px;
|
|
}
|
|
|
|
.table-classified .td-image {
|
|
max-width: 200px;
|
|
max-height: 100px;
|
|
}
|
|
|
|
.list-classified .bg-light {
|
|
height: 100px;
|
|
}
|
|
|
|
.upper-list-banner {
|
|
min-height: 300px;
|
|
}
|
|
|
|
.upper-list-banner img {
|
|
max-width: 125px;
|
|
max-height: 200px;
|
|
margin: auto;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.table-classified .td-image,
|
|
.table-classified .td-date {
|
|
min-width: 100px;
|
|
}
|
|
|
|
.table-classified .td-price {
|
|
min-width: 150px;
|
|
}
|
|
|
|
|
|
.table-classified .td-country,
|
|
.table-classified .td-subject {
|
|
min-width: 200px;
|
|
} |