Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlakM committed Mar 12, 2024
1 parent 73a5153 commit 66cf51b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions common/utilities/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,9 @@ <h3 id="validation-states">Validation states</h3>
<span class="nt">&lt;/div&gt;</span></code></pre>
</figure>

<h3>WET-BOEW overides<h3>
<h3>WET-BOEW overides</h3>

<h4>WET-BOEW search bar</h4>

<div id="wb-srch" class="srch-pnl">
<div class="form-control">
Expand Down Expand Up @@ -713,19 +715,14 @@ <h3>WET-BOEW overides<h3>
&lt;/div>
</code></pre></div>

<h4>WET-BOEW Form inline override</h4>

<legend class="form-group has-error">
<fieldset class="form-group has-error">
<legend class="has-error">This form has an error</legend>
<label for="checkboxWBOR">
<input class="required" type="checkbox" id="checkboxWBOR" value="checkbox" />
<strong class="required">srch-pnl<strong>
</label>
.checkbox {
&.required
strong {
&.required
.form-group {
&.has-error {
.checkbox label
</legend>
</fieldset>


0 comments on commit 66cf51b

Please sign in to comment.