Style center content for forms

This commit is contained in:
2012-12-28 15:45:23 -05:00
parent 7eff2f343a
commit ce6fd9c215
23 changed files with 197 additions and 137 deletions
+5 -3
View File
@@ -6,7 +6,7 @@
@{ Html.RenderPartial("BackToLogs"); }
<h2>@ViewBag.Title</h2>
<h2 class="center-content">@ViewBag.Title</h2>
<div>
<ul class="pager">
@@ -22,9 +22,11 @@
</ul>
</div>
<div class="center-content well">
@Html.DisplayForModel()
</div>
<div class="btn-toolbar">
<div class="center-content btn-toolbar">
@Html.ActionLink("Edit", "Edit", new { id = Model.LogId }, new { @class = "btn" })
@Html.ActionLink("Delete", "Delete", new { id = Model.LogId }, new { @class = "btn" })
</div>
</div>