mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +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>
|
<h4>Interests</h4>
|
||||||
<p>What are you interested in?</p>
|
<p>What are you interested in?</p>
|
||||||
@Html.TextAreaFor(Model => Model.Interests)
|
@Html.TextAreaFor(Model => Model.Interests, new { @class = "form-control" })
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h4>Hobbies</h4>
|
<h4>Hobbies</h4>
|
||||||
<p>What do you like to do?</p>
|
<p>What do you like to do?</p>
|
||||||
@Html.TextAreaFor(Model => Model.Hobbies)
|
@Html.TextAreaFor(Model => Model.Hobbies, new { @class = "form-control" })
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</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>
|
<a href="@Url.Action("SetPassword", "Manage")" class="btn btn-default"><span class="glyphicon glyphicon-arrow-right"></span> Change password</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<hr/>
|
||||||
<input type="submit" value="Update" class="btn btn-primary" />
|
<input type="submit" value="Update" class="btn btn-primary" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue