1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

add new form stuff to styleguide

This commit is contained in:
Matthias Kretschmann 2017-04-13 14:29:49 +02:00
parent 3cc95699a8
commit 793d86b5e8
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -225,7 +225,7 @@ Logo can be used with a base class and modifier classes for size & color:
</div>
<div class="form-group">
<select class="form-control" id="select" name="select" required data-required="true">
<option value="">Select me...</option>
<option value="">&nbsp;</option>
<option value="Automotive">Automotive</option>
<option value="Banking">Banking</option>
<option value="Consulting">Consulting</option>
@ -245,6 +245,9 @@ Logo can be used with a base class and modifier classes for size & color:
<textarea class="form-control" id="comment" name="comment" rows="1"></textarea>
<label class="form-label" for="comment">Autogrowing textarea</label>
</div>
<p class="form-group text-dimmed mini">
Fields marked with an <span class="required">*</span> are required.
</p>
<div class="form-group">
<input class="btn btn-primary" type="submit" value="Submit">
</div>
@ -266,7 +269,7 @@ Logo can be used with a base class and modifier classes for size & color:
</div>
<div class="form-group">
<select class="form-control" id="select" name="select" required data-required="true">
<option value="">Select me...</option>
<option value="">&nbsp;</option>
<option value="Automotive">Automotive</option>
<option value="Banking">Banking</option>
<option value="Consulting">Consulting</option>
@ -279,6 +282,9 @@ Logo can be used with a base class and modifier classes for size & color:
<textarea class="form-control" id="comment" name="comment" rows="1"></textarea>
<label class="form-label" for="comment">Autogrowing textarea</label>
</div>
<p class="form-group text-dimmed mini">
Fields marked with an <span class="required">*</span> are required.
</p>
<div class="form-group">
<input class="btn btn-primary" type="submit" value="Submit">
</div>