Skip to content

Commit

Permalink
MDL-39377 Increase padding for grouped field labels in question types
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Chambers committed Apr 26, 2013
1 parent 5f8a427 commit 6cd22f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions theme/base/style/question.css
Expand Up @@ -44,11 +44,7 @@
#multitriesheader div.fitem_fgroup {margin-bottom: 1em;}
#multitriesheader div.fitem_fgroup fieldset.felement label {margin-left: 0.3em; margin-right: 0.3em;}

body.path-question-type .fitem_fgroup .accesshide {
font: inherit;
left: 0;
position: static;
}
body.path-question-type .fitem_fgroup .accesshide {font: inherit;left: 0;position: static;padding-right:.3em}

/* Questions being attempted. */
.que {clear: left;text-align: left;margin: 0 auto 1.8em auto;}
Expand Down

0 comments on commit 6cd22f4

Please sign in to comment.