Update: FontAwesome Pass 2

Removal of bitmap icons, replacing with vector based icons from
FontAwesome. Includes other UI style changes.
This commit is contained in:
Gary Sharp
2013-12-25 17:49:30 +11:00
parent 20263905f9
commit ab553a05cb
115 changed files with 1928 additions and 1707 deletions
+6 -2
View File
@@ -264,11 +264,15 @@ WriteLiteral(" <li");
WriteLiteral(" class=\"hasSubMenu\"");
WriteLiteral(">");
WriteLiteral("><i");
WriteLiteral(" class=\"fa fa-caret-right\"");
WriteLiteral("></i>");
#line 42 "..\..\Views\Shared\_Layout.cshtml"
Write(Html.ActionLink("Awaiting Finance", MVC.Job.AwaitingFinance()));
Write(Html.ActionLink("Awaiting Finance", MVC.Job.AwaitingFinance()));
#line default