MDL-39338 core_question: Make history box a .well

This commit is contained in:
Mary Evans 2013-06-06 22:49:27 +01:00
parent b3be471f52
commit f84ad1bb0a
2 changed files with 17082 additions and 7 deletions

View File

@ -180,8 +180,7 @@
}
.que .formulation,
.que .outcome,
.que .comment,
.que .history {
.que .comment {
.alert
}
.que .formulation {
@ -192,7 +191,6 @@
.formulation select {
width: auto;
}
.path-mod-quiz input[size] {
width: auto;
}
@ -202,8 +200,7 @@
.alert-success;
}
.que .history {
color: @textColor;
background: @grayLighter;
.well
}
.que .ablock {
margin: 0.7em 0 0.3em 0;

File diff suppressed because one or more lines are too long