Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthormmoore
    • CommentTimeAug 19th 2008 edited
     

    Greetings,

    We seem to have a .CSS presentation anomaly relating to the table and cell display for the Grader Report page using the Prestige Theme. I was hoping to gain some insight and advice on how best to correct the display of this table / cell structure to make more readable.

    I'm attaching a Screen Grab to show what we're seeing.

    I welcome your thoughts... Thank you!

    •  
      CommentAuthormmoore
    • CommentTimeAug 27th 2008
     

    Still working the issue on this end; no luck so far. The combination of Moodle .PHP coding and various .CSS styles which comprise this table/cell display issue has got me stumped. Any advice as to which files I should be focusing specifically on for isolating this issue? As always, your time and consideration is appreciated.

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 28th 2008
     

    I want to apologize for neglecting this post for so long. It just slipped right by.

    I created Prestige before the new gradebook, and when I did the 1.9 upgrade, it was really tough to test these pages without any students.

    I recommend you open styles_[color].css (where [color] would be the color variant you are using, search for and delete all of the following:

    #movecourses th, #attemptsform .results th, #attempts.submissions th, #course-index table th, #question-edit #categoryquestions th, #mod-quiz-edit table th, .generalbox .files th, #dirform .files th, .forumheaderlist th, .generaltable th, .logtable th { background:#3b4a52; color:#fff; border:0.1em solid #fff; text-transform:uppercase; } #movecourses td, #attempts.submissions td.cell, #course-index table.editcourse td, .logtable td, .generalbox .files td, #dirform .files td, .forumheaderlist td, .generaltable td.cell { background:#e1e1e1; border:1px solid #fff; } .generaltable .tabledivider { display:none; } .files { margin:auto; } #attempts th a, .generaltable th a { color:#fff; border-bottom-width:0px; }

    This will eliminate some styles from other tables using the .generaltable class, but nothing too drastic.

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 28th 2008
     

    Actually, don't delete this:

    .files { margin:auto; }

    :)

    •  
      CommentAuthormmoore
    • CommentTimeAug 29th 2008
     

    Hi Patrick, thx for identifying the .CSS Divs and Classes in question. The way the .CSS is assigned to the Grader Report Table/Cell structure sure is an awkward presentation IMHO. This direction is just what I needed. Much appreciated!

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 29th 2008
     

    Classic case of programmers working without designer insight.