Update css
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user