Commit 1c7c4815 authored by Шакарим Сапа's avatar Шакарим Сапа

Merge remote-tracking branch 'origin/master'

parents 92b3b8c8 e0222e7b
......@@ -101,8 +101,8 @@ use common\modules\testings\models\Question;
</div>
</div>
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-12">
<div class="number_questions_img_box" id="questionPictureBox"></div>
<div class="col-md-12 col-xs-12 col-sm-12" id="questionPictureBox">
</div>
</div>
<div class="row">
......
......@@ -219,6 +219,12 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.subsc_blog_form {
position: relative;
}
.testing_img_block img {
width: 100%;
}
.testing_img_block {
height: auto;
}
/* ------------ BLOG MODAL ------------------ */
......
......@@ -152,7 +152,7 @@ tester = {
this.answersChangeStatus();
this.pictureBox.html('');
$.each(q['pictures'],function(a,b) {
tester.pictureBox.append('<img src="'+b+'" /><span class="fakeLink" onclick="updatePicture(tester);">Обновить изображение</span><br /><br />');
tester.pictureBox.append('<div class="testing_img_block col-md-4 col-xs-4 col-sm-4"><img src="'+b+'" /></div>');
});
/* delete */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment