Skip to content

Commit

Permalink
forms-3 example rendered incorrect in Chrome at least; CSS has been t…
Browse files Browse the repository at this point in the history
…weaked to position the right side panel's labels with their input fields again.
  • Loading branch information
GerHobbelt authored and vitmalina committed Mar 6, 2014
1 parent bfe31ea commit 8051be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/examples/forms-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Large Form</h1>
<!--CODE-->
<div id="form" style="width: 750px;">
<div class="w2ui-page page-0">
<div style="width: 340px; float: left;">
<div style="width: 340px; float: left; margin-right: 0px;">
<div style="padding: 3px; font-weight: bold; color: #777;">General</div>
<div class="w2ui-group" style="height: 185px;">
<div class="w2ui-label w2ui-span4">First Name:</div>
Expand All @@ -31,7 +31,7 @@ <h1>Large Form</h1>
</div>
</div>
</div>
<div style="margin-left: 350px;">
<div style="width: 380px; float: right; margin-left: 0px;">
<div style="padding: 3px; font-weight: bold; color: #777;">Address</div>
<div class="w2ui-group" style="height: 185px;">
<div class="w2ui-label w2ui-span5">Address Line 1:</div>
Expand Down Expand Up @@ -109,4 +109,4 @@ <h1>Large Form</h1>
}
}
});
});
});

0 comments on commit 8051be6

Please sign in to comment.