Skip to content

Commit

Permalink
Updated to version 2.3.6 of AdminLTE
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Aug 6, 2016
1 parent f484745 commit 21f8217
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 10 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AdminLTE Template #

The AdminLTE Template is a ready-to-go template for constructing high-quality ASP.NET MVC projects. The template also includes other useful plugins, such as Select2.

This template aims to make development faster and easier since the basic structure of all the dependencies is already defined.



## Change Log ##

**v1.1 (8/6/2016)**

- Updated to version 2.3.6 of AdminLTE

**v1.0 (07/31/2016)**

- Initial release
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="AdminLTE Template.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="ProjectTemplates\AdminLTE Template.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="TemplatePackage.Connor O'Shea.945572d8-ea94-41dd-99f9-bfe94e941972" Version="1.0" Language="en-US" Publisher="Connor O'Shea" />
<Identity Id="TemplatePackage.Connor O'Shea.945572d8-ea94-41dd-99f9-bfe94e941972" Version="1.1" Language="en-US" Publisher="Connor O'Shea" />
<DisplayName>AdminLTE Template</DisplayName>
<Description xml:space="preserve">A C# ASP.NET MVC Project Template for Visual Studio using the popular AdminLTE Bootstrap Template.</Description>
<MoreInfo>https://github.com/c0shea/AdminLTE-Template</MoreInfo>
Expand Down
1 change: 1 addition & 0 deletions src/AdminLTE Template/AdminLTE Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
<Content Include="Content\img\icheck\yellow.png" />
<Content Include="Content\img\user.jpg" />
<Content Include="Content\js\app.js" />
<Content Include="Content\js\app.min.js" />
<Content Include="Content\js\init.js" />
<Content Include="Content\js\plugins\datepicker\bootstrap-datepicker.js" />
<Content Include="Content\js\plugins\bootstrap\bootstrap.js" />
Expand Down
7 changes: 5 additions & 2 deletions src/AdminLTE Template/Content/css/AdminLTE.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.3.5
* AdminLTE v2.3.6
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
Expand Down Expand Up @@ -536,13 +536,14 @@ a:focus {
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
width: auto;
height: auto;
padding: 0;
margin-right: 10px;
}
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
.sidebar-menu li.active > a > .fa-angle-left > a > .pull-right-container > .fa-angle-left {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
Expand Down Expand Up @@ -575,6 +576,8 @@ a:focus {
width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
width: auto;
}
Expand Down
4 changes: 2 additions & 2 deletions src/AdminLTE Template/Content/css/AdminLTE.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/AdminLTE Template/Content/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* @Author Almsaeed Studio
* @Support <http://www.almsaeedstudio.com>
* @Email <support@almsaeedstudio.com>
* @version 2.3.5
* @Email <abdullah@almsaeedstudio.com>
* @version 2.3.6
* @license MIT <http://opensource.org/licenses/MIT>
*/

Expand Down
13 changes: 13 additions & 0 deletions src/AdminLTE Template/Content/js/app.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21f8217

Please sign in to comment.