Improve appearance of day label

This commit is contained in:
Florine W. Dekker 2020-04-13 14:12:02 +02:00
parent 5abae8b11d
commit a2c44e39ca
Signed by untrusted user: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
margin-bottom: 15px; margin-bottom: 15px;
} }
summary b { label, summary b {
cursor: pointer; cursor: pointer;
} }
@ -114,7 +114,7 @@
</details> </details>
<div> <div>
<b id="day-title-label" style="margin-left: 17px;">Day</b> <label for="day-input" id="day-title-label" style="margin-left: 17px;">Day</label>
<div class="row"> <div class="row">
<div class="column column-90"> <div class="column column-90">
<input type="text" id="day-input" autocomplete="off" /> <input type="text" id="day-input" autocomplete="off" />
@ -144,7 +144,7 @@
<a href="https://git.fwdekker.com/FWDekker/doomsday/src/branch/master/LICENSE">MIT License</a>. <a href="https://git.fwdekker.com/FWDekker/doomsday/src/branch/master/LICENSE">MIT License</a>.
Source code available on <a href="https://git.fwdekker.com/FWDekker/doomsday/">git</a>. Source code available on <a href="https://git.fwdekker.com/FWDekker/doomsday/">git</a>.
<div style="float: right;">v1.3.0</div> <div style="float: right;">v1.3.1</div>
</section> </section>
</footer> </footer>
</main> </main>