Tabel row height of External List of Placemarks
- ThomasR
- Topic Author
- Offline
- Junior Member
Less
More
8 years 10 months ago #8169
by ThomasR
Tabel row height of External List of Placemarks was created by ThomasR
Hi Dima,
look at my page .
The list of members on the left side gets longer and longer.
Its an external list of placemarks which shows title and html-text in a table.
How can i change the table row height or padding?
Greetings,
Thomas
look at my page .
The list of members on the left side gets longer and longer.
Its an external list of placemarks which shows title and html-text in a table.
How can i change the table row height or padding?
Greetings,
Thomas
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
8 years 10 months ago #8184
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Tabel row height of External List of Placemarks
Hi Thomas.
You can define class in your template, and override any property
You can define class in your template, and override any property
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- ThomasR
- Topic Author
- Offline
- Junior Member
8 years 10 months ago #8299
by ThomasR
Replied by ThomasR on topic Tabel row height of External List of Placemarks
Thanks.
Just for information, that solves my problem:
Just for information, that solves my problem:
Code:
.zhgm-103-td2-markerList-external p {
line-height: 60% !important;
}
Please Log in or Create an account to join the conversation.
- ThomasR
- Topic Author
- Offline
- Junior Member
8 years 10 months ago - 8 years 10 months ago #8329
by ThomasR
Replied by ThomasR on topic Tabel row height of External List of Placemarks
Ahhh..one more question.
There is a
in the beginning of the div "GMapsMarkerTABLEBODY".
Is there a way to remove it by css or somewhere else without manually editing the file after every update?
There is a
Code:
"
in the beginning of the div "GMapsMarkerTABLEBODY".
Is there a way to remove it by css or somewhere else without manually editing the file after every update?
Last edit: 8 years 10 months ago by ThomasR.
Please Log in or Create an account to join the conversation.
Time to create page: 0.174 seconds