General jQuery based approach in frontend is working.

This commit is contained in:
2019-06-18 16:44:44 +02:00
parent a2eb141d5c
commit a30e5d76a1
7 changed files with 202 additions and 10 deletions

View File

@@ -29,3 +29,18 @@ table.clubs > tbody > tr > th
{
display: none !important;
}
.address-field
{
line-height: 120%;
}
.clubs_content_row .clubs-hidden
{
display: none;
}
.clubs_content_row:hover > a > .edit-icon
{
display: inline-block;
}