Update font awesome, change and add header icons for most pages
This commit is contained in:
@@ -4,14 +4,10 @@
|
||||
@{
|
||||
ViewBag.Title = "Import Fuel Logs";
|
||||
}
|
||||
@section Styles
|
||||
{
|
||||
<link href="@Url.Content("~/Content/font-awesome.min.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<h2><i class="fa fa-tachometer"></i> @ViewBag.Title</h2>
|
||||
<h5>Matching Mileage Logs based on Date, Vehicle, and Gas Purchased</h5>
|
||||
|
||||
<p id="page-match-status"></p>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2 class="center-content">@ViewBag.Title</h2>
|
||||
<h2 class="center-content"><i class="fa fa-road"></i> @ViewBag.Title</h2>
|
||||
|
||||
@using (Html.BeginForm("Import", "FuelLog", FormMethod.Post, new { enctype="multipart/form-data", @class = "form-horizontal well center-content", style="max-width:440px"}))
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
</div>
|
||||
|
||||
<h2 id="log-title">@ViewBag.Title</h2>
|
||||
<h2 id="fuellog-title"><i class="fa fa-tachometer"></i> @ViewBag.Title</h2>
|
||||
|
||||
<div class="btn-toolbar clearfix">
|
||||
@Html.ActionLink("Import", "ImportUpload", null, new { @class = "btn" })
|
||||
|
||||
@@ -8,14 +8,10 @@
|
||||
var currentlyMatchedLog = Model.CurrentlyMatchedLog;
|
||||
var logViewModel = fuelLog.GetLogViewModel();
|
||||
}
|
||||
@section Styles
|
||||
{
|
||||
<link href="@Url.Content("~/Content/font-awesome.min.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<h2><i class="fa fa-tachometer"></i> @ViewBag.Title</h2>
|
||||
|
||||
<h4>Fuel Log</h4>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user