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>
|
||||
|
Reference in New Issue
Block a user