Skip to content

Commit 3de7e1f

Browse files
author
Christian Wick
committed
Form layout improvements
1 parent 64036c4 commit 3de7e1f

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

index.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
.pure-form-aligned .pure-control-group label {
27-
width: 11em;
27+
width: 13em;
2828
}
2929

3030
@keyframes pulse {
@@ -42,27 +42,24 @@
4242
<body>
4343
<h1 id="test">Settle API PKCS#1 1.5 signature generator</h1>
4444
<div class="pure-form pure-form-aligned">
45-
46-
<div class="pure-control-group">
47-
<label for="merchant_id">X-Auka-Merchant</label>
48-
<input type="text" name="merchant_id" id="merchant_id"></input>
49-
</div>
50-
5145
<p>Is an Integrator acting as a proxy on behalf of a Merchant client?</p>
5246
<div class="pure-u-1-2">
5347
<div class="pure-u-1-8">
5448
<label for="is-integrator-false" class="pure-radio">
5549
<input type="radio" id="is-integrator-false" name="optionsRadios" value="integratorFalse" checked="" onclick="integratorFalse();" /> No
5650
</label>
57-
</fieldset>
5851
</div>
5952
<div class="pure-u-1-8">
6053
<label for="is-integrator-true" class="pure-radio">
6154
<input type="radio" id="is-integrator-true" name="optionsRadios" value="integratorTrue" onclick="integratorTrue();" /> Yes
6255
</label>
63-
</fieldset>
6456
</div>
6557
</div>
58+
<hr /><br />
59+
<div class="pure-control-group">
60+
<label for="merchant_id">X-Auka-Merchant</label>
61+
<input type="text" name="merchant_id" id="merchant_id"></input>
62+
</div>
6663

6764
<div class="pure-control-group" id="controllGroupApiUser">
6865
<label for="api_user">X-Auka-User</label>
@@ -80,12 +77,12 @@ <h1 id="test">Settle API PKCS#1 1.5 signature generator</h1>
8077
</div>
8178

8279
<div class="pure-control-group">
83-
<label for="method">Method</label>
80+
<label for="method">REST API Method</label>
8481
<input type="text" name="method" id="method"></input>
8582
</div>
8683

8784
<div class="pure-control-group">
88-
<label for="url">URL</label>
85+
<label for="url">REST API Endpoint URL</label>
8986
<input class='wide' type="text" name="url" id="url" cols="70"></input>
9087
</div>
9188

0 commit comments

Comments
 (0)