Skip to content

Commit

Permalink
Better support of the summary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Jan 18, 2018
1 parent 75298d0 commit e836a55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions approot/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</div>
</div>
<details>
<summary style="margin-bottom:15px">
<label class="control-label">${tr:msg-advanced-options}</label>
<summary>
${tr:msg-advanced-options}
</summary>

${<if-validity-duration>}
Expand Down
6 changes: 6 additions & 0 deletions docroot/css/fileshelter.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
summary {
margin-bottom: 15px;
font-weight: bold;
}

.fs-nav {
line-height: 32px;
}

0 comments on commit e836a55

Please sign in to comment.