fixes bloody sizing
This commit is contained in:
parent
adb393f740
commit
b3cb690c3d
3 changed files with 44 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/css/seca.css" />
|
||||
<link rel="stylesheet" href="/css/offers.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -41,12 +42,23 @@
|
|||
</div>
|
||||
<div id="amount-area">
|
||||
<p>¿Cuánto?</p>
|
||||
<input id="input-eur-amount" type="text" required class="money-input">
|
||||
<div id="eur-amount">
|
||||
<input
|
||||
id="input-eur-amount"
|
||||
type="text"
|
||||
required
|
||||
class="money-input"
|
||||
/><div id="eur-symbol">
|
||||
<span id="eur-character">€</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bitcoin-methods-area">
|
||||
<p>¿Cómo se mueve el Bitcoin?</p>
|
||||
<label for="onchain">Onchain</label><input type="checkbox" name="onchain" id="onchain-checkbox">
|
||||
<label for="lightning">Lightning</label><input type="checkbox" name="lightning" id="lightning-checkbox">
|
||||
<label for="onchain">Onchain</label
|
||||
><input type="checkbox" name="onchain" id="onchain-checkbox" />
|
||||
<label for="lightning">Lightning</label
|
||||
><input type="checkbox" name="lightning" id="lightning-checkbox" />
|
||||
</div>
|
||||
<button id="button-submit-offer" class="button-primary" disabled>
|
||||
Publicar oferta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue