templates: use .panel for raised areas
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user