Skip to content

Commit

Permalink
Add the type of question Unique Answer Image - refs #7613
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 21, 2015
1 parent 5322ec5 commit beffacc
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 7 deletions.
38 changes: 38 additions & 0 deletions main/css/base.css
Expand Up @@ -5820,3 +5820,41 @@ ul.holder li.bit-box{
border-radius: 50%;
border: 5px solid rgba(0,0,30,0.8);
}

.question_options .exercise-unique-answer-image {

}

@media (min-width: 768px) {
.question_options .exercise-unique-answer-image:nth-child(2n-1) {
clear: both;
}
}

@media (min-width: 992px) {
.question_options .exercise-unique-answer-image:nth-child(2n-1) {
clear: none;
}

.question_options .exercise-unique-answer-image:nth-child(3n-2) {
clear: both;
}
}

.question_options label > input + div.thumbnail {
border-color: transparent;
border-width: 5px;
}

.question_options label > input:checked + div.thumbnail {
border: 5px solid red;
}

.question_options div.thumbnail p {
margin: 0;
}

.question_options div.thumbnail img {
height: auto !important;
max-width: 100%;
}

0 comments on commit beffacc

Please sign in to comment.