last last fix

parent 8cf1a3bc
...@@ -101,7 +101,7 @@ use common\modules\testings\models\Question; ...@@ -101,7 +101,7 @@ use common\modules\testings\models\Question;
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-4 col-xs-4 col-sm-12" id="questionPictureBox"> <div class="col-md-12 col-xs-12 col-sm-12" id="questionPictureBox">
</div> </div>
</div> </div>
......
...@@ -219,6 +219,12 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -219,6 +219,12 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.subsc_blog_form { .subsc_blog_form {
position: relative; position: relative;
} }
.testing_img_block img {
width: 100%;
}
.testing_img_block {
height: auto;
}
/* ------------ BLOG MODAL ------------------ */ /* ------------ BLOG MODAL ------------------ */
......
...@@ -152,7 +152,7 @@ tester = { ...@@ -152,7 +152,7 @@ tester = {
this.answersChangeStatus(); this.answersChangeStatus();
this.pictureBox.html(''); this.pictureBox.html('');
$.each(q['pictures'],function(a,b) { $.each(q['pictures'],function(a,b) {
tester.pictureBox.append('<div class="testing_img_block"><img src="'+b+'" /></div>'); tester.pictureBox.append('<div class="testing_img_block col-md-4 col-xs-4 col-sm-4"><img src="'+b+'" /></div>');
}); });
/* delete */ /* 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