Improving modal UI
Этот коммит содержится в:
@@ -10,9 +10,9 @@ var ActionTypes = Constants.ActionTypes;
|
|||||||
|
|
||||||
module.exports = React.createClass({
|
module.exports = React.createClass({
|
||||||
componentDidMount: function() {
|
componentDidMount: function() {
|
||||||
$('.edit-modal').on('show.bs.modal', function () {
|
$('.modal').on('show.bs.modal', function () {
|
||||||
$('.edit-modal .edit-modal-body').css('overflow-y', 'auto');
|
$('.modal-body').css('overflow-y', 'auto');
|
||||||
$('.edit-modal .edit-modal-body').css('max-height', $(window).height() * 0.7);
|
$('.modal-body').css('max-height', $(window).height() * 0.7);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleCommentClick: function(e) {
|
handleCommentClick: function(e) {
|
||||||
|
|||||||
@@ -66,7 +66,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
margin-right: 10px;
|
|
||||||
&.btn-primary {
|
&.btn-primary {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user