Skip to content

Commit

Permalink
Update AdminLTE to version 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Aug 4, 2016
1 parent 0a395ab commit ce96374
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions resources/assets/dist/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 resources/assets/dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/assets/dist/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.4
* @Email <abdullah@almsaeedstudio.com>
* @version 2.3.6
* @license MIT <http://opensource.org/licenses/MIT>
*/

Expand Down
4 changes: 2 additions & 2 deletions resources/assets/dist/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 ce96374

Please sign in to comment.