Double spacing in the list of assignments in v2.5

Double spacing in the list of assignments in v2.5

by Steve Ambro v3.8 -
Number of replies: 4

A course is imported from 1.9 now shows the assignments with a considerable extra space between entries.  Is this a "feature" of 2.5 or something else?

 

Attachment DoubleSpacev19-25.png
Average of ratings: -
In reply to Steve Ambro v3.8

Re: Double spacing in the list of assignments in v2.5

by Jaswinder Singh -
Picture of Testers Picture of Translators

It is basically dependent on your theme css settings and independent of moodle version.

You can edit your theme files to adjust accordingly.

Hope it helps!

In reply to Jaswinder Singh

Re: Double spacing in the list of assignments in v2.5

by Steve Ambro v3.8 -

I have looked around the Site Admin list of options but do not see any where to check for this.

The theme in use is Serenity but I do not see a CSS for that theme.

Please tell me where to go.

 

In reply to Steve Ambro v3.8

Re: Double spacing in the list of assignments in v2.5

by Luis de Vasconcelos -

You probably need to edit the .css files for that specific theme.

Look in the \theme\serenity\style folder on your Moodle server (not via the web browser) for the .css files of that theme.

Also, purge your Moodle theme cache before you do anything else. Go to Site administration/ Appearance/ Themes/ Theme selector and click the Clear theme caches button.

http://docs.moodle.org/25/en/Cache

In reply to Luis de Vasconcelos

Re: Double spacing in the list of assignments in v2.5

by Steve Ambro v3.8 -

Inch by inch, slowly I turned....

OK, I found and opened the CSS file for Serenity but I really did not find anything to gave confidence to be that which I could change for my purpose. 

Taking an educated guess, I tried: Line-Height on line 272

#custommenu .yui3-menuitem-content {
    color: #fff;
    font-weight: 800;
    line-height: 20px /* Originally: 30px;*/

}

but other than that, nothing seemed to talk to me.
Cleared the Cache and no changes were noted.

Next?