Configuring column width in assignment grade V 2.7

Re: Configuring column width in assignment grade V 2.7

par Emma Richardson,
Nombre de réponses : 2
Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Plugin developers

You might be able to do something with CSS.  Find the specific column that that is and apply a set width to it.

Can I mention that file names that long sometimes cause issues and are not necessarily recommended!

En réponse à Emma Richardson

Re: Configuring column width in assignment grade V 2.7

par erika alarcon,
Avatar Testers

Thanks Emma,  I have been looking the construction of that column in the Grading table but I couldn't find it

Do you know where is it?

En réponse à Emma Richardson

Re: Configuring column width in assignment grade V 2.7

par erika alarcon,
Avatar Testers

Hi, I finally figure it out.  (In Moodle 2.7)

These post helped me:  https://moodle.org/mod/forum/discuss.php?d=231488


So, in the file  /moodle/mod/assign/style.css  at the end I write the following lines:

/*  Expand the file submission column width -  Header */

.gradingtable tr th.header.c8 {

min-width: 250px;

}

/*  Expand the file submission column width -  Cell */

.gradingtable tr td.cell.c8 {

min-width: 250px;

}




Moyenne des évaluations Useful (1)