Skip to content

Commit 6f953ee

Browse files
committed
updated dist files
1 parent b4fa509 commit 6f953ee

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

dist/css/AdminLTE.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ body {
8686
}
8787
}
8888
.content-wrapper {
89-
min-height: 100%;
89+
min-height: calc(-2%);
9090
background-color: #ecf0f5;
9191
z-index: 800;
9292
}
@@ -4933,6 +4933,9 @@ table.text-center th {
49334933
.chart canvas {
49344934
width: 100% !important;
49354935
}
4936+
hr {
4937+
border-top: 1px solid #555555;
4938+
}
49364939
/*
49374940
* Misc: print
49384941
* -----------

dist/css/AdminLTE.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alt/AdminLTE-without-plugins.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ body {
8686
}
8787
}
8888
.content-wrapper {
89-
min-height: 100%;
89+
min-height: calc(-2%);
9090
background-color: #ecf0f5;
9191
z-index: 800;
9292
}
@@ -3958,6 +3958,9 @@ table.text-center th {
39583958
.chart canvas {
39593959
width: 100% !important;
39603960
}
3961+
hr {
3962+
border-top: 1px solid #555555;
3963+
}
39613964
/*
39623965
* Misc: print
39633966
* -----------

dist/css/alt/AdminLTE-without-plugins.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/adminlte.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @Author Almsaeed Studio
88
* @Support <https://www.almsaeedstudio.com>
99
* @Email <abdullah@almsaeedstudio.com>
10-
* @version 2.4.8
10+
* @version 2.4.11
1111
* @repository git://github.com/almasaeed2010/AdminLTE.git
1212
* @license MIT <http://opensource.org/licenses/MIT>
1313
*/
@@ -1077,7 +1077,7 @@ throw new Error('AdminLTE requires jQuery')
10771077

10781078
parent.addClass(ClassName.open);
10791079
tree.slideDown(this.options.animationSpeed, function () {
1080-
setTimeout(() => $(this.element).trigger(expandedEvent),0)
1080+
$(this.element).trigger(expandedEvent);
10811081
}.bind(this));
10821082
};
10831083

@@ -1088,7 +1088,7 @@ throw new Error('AdminLTE requires jQuery')
10881088
parentLi.removeClass(ClassName.open);
10891089
tree.slideUp(this.options.animationSpeed, function () {
10901090
//tree.find(Selector.open + ' > ' + Selector.treeview).slideUp();
1091-
setTimeout(() => $(this.element).trigger(collapsedEvent), 0);
1091+
$(this.element).trigger(collapsedEvent);
10921092
}.bind(this));
10931093
};
10941094

dist/js/adminlte.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)