mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
fix styling
This commit is contained in:
parent
40c424f787
commit
812c0d7f16
1 changed files with 3 additions and 2 deletions
|
@ -77,13 +77,13 @@
|
|||
|
||||
<h4>Interests</h4>
|
||||
<p>What are you interested in?</p>
|
||||
@Html.TextAreaFor(Model => Model.Interests)
|
||||
@Html.TextAreaFor(Model => Model.Interests, new { @class = "form-control" })
|
||||
|
||||
|
||||
|
||||
<h4>Hobbies</h4>
|
||||
<p>What do you like to do?</p>
|
||||
@Html.TextAreaFor(Model => Model.Hobbies)
|
||||
@Html.TextAreaFor(Model => Model.Hobbies, new { @class = "form-control" })
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -120,6 +120,7 @@
|
|||
<a href="@Url.Action("SetPassword", "Manage")" class="btn btn-default"><span class="glyphicon glyphicon-arrow-right"></span> Change password</a>
|
||||
|
||||
</div>
|
||||
<hr/>
|
||||
<input type="submit" value="Update" class="btn btn-primary" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue