Restructure modal
This commit is contained in:
@@ -64,3 +64,17 @@ p.comment {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#otherComments {
|
||||||
|
h5 {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#myComment {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
|
}
|
@@ -1,9 +1,10 @@
|
|||||||
h5 =t('exercises.implement.comment.addyours')
|
|
||||||
|
|
||||||
textarea.form-control(style='resize:none;')
|
|
||||||
#otherComments
|
#otherComments
|
||||||
h5 =t('exercises.implement.comment.others')
|
h5 =t('exercises.implement.comment.others')
|
||||||
pre#otherCommentsTextfield
|
pre#otherCommentsTextfield
|
||||||
p = ''
|
|
||||||
|
#myComment
|
||||||
|
h5 =t('exercises.implement.comment.addyours')
|
||||||
|
textarea.form-control
|
||||||
|
|
||||||
button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton')
|
button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton')
|
||||||
button#removeAllButton.btn.btn-block.btn-warning(type='button') =t('exercises.implement.comment.removeAllOnLine')
|
button#removeAllButton.btn.btn-block.btn-warning(type='button') =t('exercises.implement.comment.removeAllOnLine')
|
Reference in New Issue
Block a user