needed changes on template and css to make previous commit work

This commit is contained in:
Leah 2021-03-07 15:06:56 +01:00
parent 94ed0d208d
commit 05ff2feabf
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
else {
<h2>
@Model.Displaypath <span id="state"></span> <span id="flags"></span>
@Model.Displaypath <span id="state"></span> <span id="flags">[<span id="repeatButton">R</span><span id="continuousButton">C</span>]</span>
</h2>
<a class="action-muted">[..]</a>
<a href="?@Model.PathOneup" id="back" class="entry-muted cfont"> Go back</a>

View File

@ -45,3 +45,7 @@ h2, h2 a {
li {
list-style: none;
}
#state, #repeatButton, #continuousButton {
cursor: pointer;
}