Moodle

small problem in custom corner

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Won't Fix
  • Affects Version/s: 1.9
  • Fix Version/s: None
  • Component/s: Themes
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE

Description

Field lay out problem with longer translations in admin/user.php see attachment

Activity

Hide
Urs Hunkler added a comment -

I can't reproduce the issue. Please add information about browser, system Moodle version etc.

Show
Urs Hunkler added a comment - I can't reproduce the issue. Please add information about browser, system Moodle version etc.
Hide
Ralf Hilgenstock added a comment -

Hi Urs,

only IE 7 and german language in moodle.

ralf

Show
Ralf Hilgenstock added a comment - Hi Urs, only IE 7 and german language in moodle. ralf
Hide
Mauno Korpelainen added a comment -

It's not only visible in Custom corners - the problem comes from Standard theme and theme/standard/styles_ie7.css from tags

form.mform input[type=text],
form.mform input[type=file],
form.mform input[type=password] {
margin-left: -10px;
}

where margin-left: -10px; moves right input field 10px left and over left selection box.

Show
Mauno Korpelainen added a comment - It's not only visible in Custom corners - the problem comes from Standard theme and theme/standard/styles_ie7.css from tags form.mform input[type=text], form.mform input[type=file], form.mform input[type=password] { margin-left: -10px; } where margin-left: -10px; moves right input field 10px left and over left selection box.
Hide
Mauno Korpelainen added a comment -

All moodle 1.9 themes that have in theme config.php standardmetainclude = true; show the same behaviour in ie7

Show
Mauno Korpelainen added a comment - All moodle 1.9 themes that have in theme config.php standardmetainclude = true; show the same behaviour in ie7
Hide
Flávio Oliveira Escobar added a comment -

Hi,

I got a solution to this problem, by writing the following lines on "styles_ie7.css":
form.mform input, form.mform select {
margin-right: 10px;
}

Doesn't it solve the issue?

Show
Flávio Oliveira Escobar added a comment - Hi, I got a solution to this problem, by writing the following lines on "styles_ie7.css": form.mform input, form.mform select { margin-right: 10px; } Doesn't it solve the issue?
Hide
Michael de Raadt added a comment -

Thanks for reporting this issue.

We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported.

If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed.

Michael d;

lqjjLKA0p6

Show
Michael de Raadt added a comment - Thanks for reporting this issue. We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported. If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed. Michael d; lqjjLKA0p6
Hide
Michael de Raadt added a comment -

I'm closing this issue as it appears to have become inactive and is probably not relevant to a current supported version. If you are encountering this problem or one similar, please launch a new issue.

Show
Michael de Raadt added a comment - I'm closing this issue as it appears to have become inactive and is probably not relevant to a current supported version. If you are encountering this problem or one similar, please launch a new issue.

Dates

  • Created:
    Updated:
    Resolved: