gjb2048 / moodle-theme_shoehorn

Shoehorn theme for Moodle with the underlying Bootstrap v3 theme.
Other
3 stars 6 forks source link

Display of true/false question in Lesson module #26

Closed hartmut1s closed 8 years ago

hartmut1s commented 8 years ago

Hi Gareth,

Both answers of the true/false question in the Lesson module are displayed in one line in Shoehorn. lesson - true false shoehorn

In Clean it looks like this: lesson - true false clean

With kind regards, Hartmut

gjb2048 commented 8 years ago

Hi Hartmut,

On a pragmatic level is Shoehorn actually better as there is less space wastage and less scroll of death?

G

hartmut1s commented 8 years ago

Hi Gareth,

Thank you for your reply. I would not mind having true/false in one line. Unfortunately, it's not consistent across browsers. Here is true/false with Shoehorn in Google Chrome lesson - true false shoehorn

This is the display of the same page in Mozilla Firefox lesson - true false shoehorn in ff

In FF the radio buttons of the true/false question in the Lesson module are not displayed properly. I do not mind if they are displayed in one line but how can this be accomplished in FF?

With kind regards, Hartmut

gjb2048 commented 8 years ago

Ok Hartmut,

I'll look into it.

G

gjb2048 commented 8 years ago

Missing in forms.less:

.mform .fcheckbox > span,
.mform .fradio > span,
.mform .fgroup > span {
    display: inline-block;
    margin-top: 5px;
}