Update css

This commit is contained in:
2020-04-02 17:58:00 +02:00
parent a97909fea7
commit a8b4c625ef
5 changed files with 64 additions and 24 deletions

View File

@@ -13,12 +13,13 @@
<h1>Notes</h1>
<div class="center">
<form id="noteInput">
<input type="text" id="noteInputText">
<label for="noteInputSubmit">Legg til notis</label>
<input type="submit" id="noteInputSubmit">
</form>
<div class="inline">
<form id="noteInput">
<textarea id="noteInputText" style="resize: none;" rows="4" ></textarea>
<label for="noteInputSubmit">Legg til notis</label>
<input type="submit" id="noteInputSubmit">
</form>
</div>
<div id="notes" class="textboxGrid"></div>
</div>

View File

@@ -17,14 +17,14 @@
<span id="dataSpan"></span>
</div>
<table id="dataTable">
<table id="dataTable" class="inlineTable">
<tr>
<th>Nummer</th>
<th>Data</th>
</tr>
</table>
<table id="history"></table>
<table id="history" class="inlinetable"></table>
</div>
</body>
</html>