Fix some element positioning
This commit is contained in:
parent
79280135a1
commit
a2a1f9c06d
@ -1,7 +1,7 @@
|
||||
<div class="large-8 medium-8 cell" id="add-url-form" >
|
||||
<div>
|
||||
<h5 style="display:inline-block;">Add a new URL</h5>
|
||||
<p style="display:inline-block;">[<a hx-get="/bulk_add" hx-target="#add-url-form" href="#">bulk add</a>]</h5>
|
||||
<div style="display:inline-block;">[<a hx-get="/bulk_add" hx-swap="outerHTML" hx-target="#add-url-form" href="#">bulk add</a>]</div></h5>
|
||||
</div>
|
||||
|
||||
<form onsubmit="return false">
|
||||
|
@ -1,14 +1,13 @@
|
||||
<div class="large-8 medium-8 cell" id="add-url-form" >
|
||||
<div>
|
||||
<h5 style="display:inline-block;">Add bulk URLs</h5>
|
||||
<p style="display:inline-block;">[<a hx-get="/single_add" hx-target="#add-url-form" href="#">single add</a>]</h5>
|
||||
</div> <form onsubmit="return false">
|
||||
<p style="display:inline-block;">[<a hx-get="/single_add" hx-swap="outerHTML" hx-target="#add-url-form" href="#">single add</a>]</h5>
|
||||
</div>
|
||||
<form onsubmit="return false">
|
||||
<div class="grid-x grid-padding-x">
|
||||
<div class="large-12 cell">
|
||||
<label>Paste URL's, one per line</label>
|
||||
<textarea type="text" name="urls" rows="10"
|
||||
></textarea>
|
||||
|
||||
<textarea type="text" name="urls" rows="10"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
|
Loading…
x
Reference in New Issue
Block a user