make smaller results festure details
Hi, quick question: I managed to find out the CSS code line to make smaller the font size of the results table/list after a query, but I can't guess which is the correct one for the features details (when you click to view feature details on a item). I want to make it more compact. Thanks!
.results-table {
font-size: 0.9em;
}
.results-list {
font-size: 0.9em;
display: block;
}
0
-
Try .feature-region or .FeatureDetailsCompactView 0 -
That was it. Thanks you very much for your quick answer! 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer