mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed issue with unselectable form items in dashboard v1
parent
f84eb88bcf
commit
3996c72e66
|
@ -44,7 +44,7 @@ body {
|
|||
*/
|
||||
.content-wrapper,
|
||||
.right-side,
|
||||
.main-footer {
|
||||
.main-footer {
|
||||
.transition-transform(@transition-speed @transition-fn);
|
||||
.transition(margin-left @transition-speed @transition-fn);
|
||||
margin-left: @sidebar-width;
|
||||
|
@ -53,7 +53,7 @@ body {
|
|||
.layout-top-nav & {
|
||||
margin-left: 0;
|
||||
}
|
||||
@media (max-width: @screen-xs-max) {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
margin-left: 0;
|
||||
}
|
||||
//When opening the sidebar on large screens
|
||||
|
|
|
@ -20,7 +20,7 @@ $(function () {
|
|||
handle: ".box-header, .nav-tabs",
|
||||
forcePlaceholderSize: true,
|
||||
zIndex: 999999
|
||||
}).disableSelection();
|
||||
});
|
||||
$(".connectedSortable .box-header, .connectedSortable .nav-tabs-custom").css("cursor", "move");
|
||||
//jQuery UI sortable for the todo list
|
||||
$(".todo-list").sortable({
|
||||
|
@ -28,7 +28,7 @@ $(function () {
|
|||
handle: ".handle",
|
||||
forcePlaceholderSize: true,
|
||||
zIndex: 999999
|
||||
}).disableSelection();
|
||||
});
|
||||
|
||||
//bootstrap WYSIHTML5 - text editor
|
||||
$(".textarea").wysihtml5();
|
||||
|
|
Loading…
Reference in New Issue