Skip to content

Commit

Permalink
Added .uni-form-title class where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
draganbabic committed Mar 29, 2013
1 parent 05c6477 commit 91ccc70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demos/callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1><a href="http://sprawsm.com/uni-form/" title="visit Uni–Form online"><img

<fieldset>

<h3>Client side form demonstration</h3>
<h2 class="uni-form-title">Client side form demonstration</h2>

<div class="ctrl-holder">
<label for=""><em>*</em> Custom callback item</label>
Expand Down
2 changes: 1 addition & 1 deletion demos/checkboxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="http://sprawsm.com/uni-form/" title="visit Uni–Form online"><img
<form action="#" class="uni-form">

<fieldset>
<h3>Checkbox validation example with custom callback</h3>
<h2 class="uni-form-title">Checkbox validation example with custom callback</h2>

<div class="ctrl-holder" id="color_select">
<p class="label">Favorite colors</p>
Expand Down
2 changes: 1 addition & 1 deletion demos/fauxform_readonly.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Default Style</h2>
</div>

<fieldset>
<h3>Default Form Field Layout</h3>
<h2 class="uni-form-title">Default Form Field Layout</h2>

<div class="ctrl-holder">
<h4 class="read-only-label">Label of the input field</h4>
Expand Down
2 changes: 1 addition & 1 deletion demos/localization.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="http://sprawsm.com/uni-form/" title="visit Uni–Form online"><img
<form action="#" class="uni-form">

<fieldset>
<h3>Client side form demonstration</h3>
<h2 class="uni-form-title">Client side form demonstration</h2>

<div class="ctrl-holder">
<label for=""><em>*</em> Your name</label>
Expand Down
2 changes: 1 addition & 1 deletion demos/validation.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="http://sprawsm.com/uni-form/" title="visit Uni–Form online"><img
<form action="#" class="uni-form">

<fieldset>
<h3>Client side form demonstration</h3>
<h2 class="uni-form-title">Client side form demonstration</h2>

<div class="ctrl-holder">
<label for=""><em>*</em> Your name</label>
Expand Down

0 comments on commit 91ccc70

Please sign in to comment.