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

File diff suppressed because one or more lines are too long