Skip to content

Commit

Permalink
Add form-horizontal CSS to form
Browse files Browse the repository at this point in the history
  • Loading branch information
Callek committed Jul 16, 2015
1 parent af51107 commit ada6527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relengapi/blueprints/slaveloan/static/slaveloan_root.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div ng-app="slaveloan" ng-controller="slaveloanController">
<h2>New Loan</h2>

<form name="newLoanForm">
<form name="newLoanForm" class="form-horizontal">
<fieldset><legend>Who You Are</legend>
<div class="form-group">
<label for="ldap_email" class="control-label col-sm-2">Full LDAP Username: </label>
Expand Down

0 comments on commit ada6527

Please sign in to comment.