Moodle

Firefox 3.05 shows ajax loading thing behind the menu

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.3
  • Fix Version/s: 1.9.4
  • Component/s: Forum
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

See the screenshot, the ajax icon is currently behind the menu.

Activity

Hide
Tim Hunt added a comment -

Netscape?! Do you mean Firefox?

Show
Tim Hunt added a comment - Netscape?! Do you mean Firefox?
Hide
Martin Dougiamas added a comment -

LOL I am such an old timer.

Show
Martin Dougiamas added a comment - LOL I am such an old timer.
Hide
Eloy Lafuente (stronk7) added a comment -

Hi,

in standard-based themes, the ajax icon is showed properly above (not over) the rating menĂº. That's because the ".forumpost .ratings" selector has one 1em top padding.

But the moodle2 theme has only 0.3em defined + float right, hence the awful effect.

So I'm going to edit moodle2 theme (directly in moodle.org is the way, I guess), to define that selector as:

.forumpost .ratings {
/background-color: #FAFAFA;/
float: right;
padding: 0.5em 1.5em 0.5em;
}

That way, the ajax icon will be showed at the right of the menu (increased padding right to 1.5em), plus add some more padding top, to align ratings better with commands.

Ciao

Show
Eloy Lafuente (stronk7) added a comment - Hi, in standard-based themes, the ajax icon is showed properly above (not over) the rating menĂº. That's because the ".forumpost .ratings" selector has one 1em top padding. But the moodle2 theme has only 0.3em defined + float right, hence the awful effect. So I'm going to edit moodle2 theme (directly in moodle.org is the way, I guess), to define that selector as: .forumpost .ratings { /background-color: #FAFAFA;/ float: right; padding: 0.5em 1.5em 0.5em; } That way, the ajax icon will be showed at the right of the menu (increased padding right to 1.5em), plus add some more padding top, to align ratings better with commands. Ciao
Hide
Eloy Lafuente (stronk7) added a comment -

Done. Attached screenshot-2.jpg

For reference I've changed:

padding: 0.3em 0.5em 0.5em;

to:

padding: 0.5em 1.5em 0.5em;

in the theme/moodle2/moodle2.css file of moodle.org

Show
Eloy Lafuente (stronk7) added a comment - Done. Attached screenshot-2.jpg For reference I've changed: padding: 0.3em 0.5em 0.5em; to: padding: 0.5em 1.5em 0.5em; in the theme/moodle2/moodle2.css file of moodle.org
Hide
Eloy Lafuente (stronk7) added a comment -

Resolving as fixed. Ciao

Show
Eloy Lafuente (stronk7) added a comment - Resolving as fixed. Ciao
Hide
Martin Dougiamas added a comment -

Tested! Great, thanks!

Show
Martin Dougiamas added a comment - Tested! Great, thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: