Skip to content

Commit

Permalink
removed width for multichoice feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Apr 20, 2006
1 parent 3f2d13f commit 1ffd364
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme/standard/styles_layout.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1188,10 +1188,14 @@ body#message-messages {
vertical-align: top; vertical-align: top;
} }
.multichoice .c0 { .multichoice .c0 {
width: 5%; /* width: 5%; */
vertical-align: top; vertical-align: top;
padding-top: 0.4em; padding-top: 0.4em;
} }
.multichoice .text,
.multichoice .feedback {
width: auto;
}
.calculated .answer, .calculated .answer,
.numerical .answer, .numerical .answer,
.shortanswer .answer, .shortanswer .answer,
Expand All @@ -1211,10 +1215,6 @@ body#message-messages {
padding: 0 0 0.3em 0.3em; padding: 0 0 0.3em 0.3em;
border: 1px solid; border: 1px solid;
} }
.multichoice .text,
.multichoice .feedback {
width: auto;
}
.que .grading, .que .grading,
.que .comment, .que .comment,
.que .commentlink, .que .commentlink,
Expand Down

0 comments on commit 1ffd364

Please sign in to comment.