templates: use .panel for raised areas

This commit is contained in:
Milan
2021-03-13 16:07:28 +01:00
parent 8ded3e955d
commit ade59d421a
16 changed files with 55 additions and 49 deletions

View File

@@ -52,7 +52,6 @@
}
);
</script>
</head>
@@ -266,7 +265,7 @@
</TMPL_UNLESS>
<!-- download output -->
<TMPL_IF download>
<div type="hidden" name="event_id" ><TMPL_VAR download escape=none></div>
<div type="hidden" class="panel" name="event_id" ><TMPL_VAR download escape=none></div>
</TMPL_IF>
@@ -575,7 +574,7 @@
</div>
<TMPL_IF .allow.read_comment>
<div id="comments">
<div id="comments" class="panel">
<button id="showComment" onclick="showEventComments('<TMPL_VAR id>')"><TMPL_VAR .loc.label_comments></button>
<div class="event" id="event_<TMPL_VAR id>_comments" style="line-height:100%;display:none;"> </div>
</div>