mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
fix #649 페이지 하단으로 스크롤 했을 때 문제 보완
This commit is contained in:
parent
5527510b63
commit
3e12f70956
4 changed files with 8 additions and 6 deletions
|
|
@ -358,6 +358,9 @@ body>.x,
|
||||||
.x_modal-backdrop {
|
.x_modal-backdrop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.x_modal {
|
||||||
|
top: 30px;
|
||||||
|
}
|
||||||
.x_modal-backdrop {
|
.x_modal-backdrop {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
filter: alpha(opacity=60);
|
filter: alpha(opacity=60);
|
||||||
|
|
@ -410,7 +413,7 @@ body>.x,
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
}
|
}
|
||||||
.x .x_form-horizontal .x_control-group {
|
.x .x_form-horizontal .x_control-group {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.x input[type="text"],
|
.x input[type="text"],
|
||||||
.x input[type="password"],
|
.x input[type="password"],
|
||||||
|
|
|
||||||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -426,8 +426,7 @@ jQuery(function($){
|
||||||
var modalBodyHeight = xeModalBackdropHeight;
|
var modalBodyHeight = xeModalBackdropHeight;
|
||||||
modalBodyHeight -= $modal.find('.x_modal-header:visible').height();
|
modalBodyHeight -= $modal.find('.x_modal-header:visible').height();
|
||||||
modalBodyHeight -= $modal.find('.x_modal-footer:visible').height();
|
modalBodyHeight -= $modal.find('.x_modal-footer:visible').height();
|
||||||
modalBodyHeight -= $modal.offset().top;
|
modalBodyHeight -= 150;
|
||||||
modalBodyHeight -= 120;
|
|
||||||
|
|
||||||
$modal.find('.x_modal-body').css('height', modalBodyHeight);
|
$modal.find('.x_modal-body').css('height', modalBodyHeight);
|
||||||
|
|
||||||
|
|
|
||||||
4
modules/admin/tpl/js/admin.min.js
vendored
4
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue