timklapdor / learning-materials

Developing a new theme and style for CSU Learning Resources - A work in process
1 stars 3 forks source link

Less students visible in Grade Centre #107

Closed sparkercsu closed 6 years ago

sparkercsu commented 6 years ago

Now only shows 10 when 13 were previously present.

As it needs to be a very functional page more students would be better.

2018-02-23 17_17_43-grade centre s-mgt220_201730_w_d csu 2018-02-23 17_16_28-grade centre s-mgt220_201730_w_d csu

timklapdor commented 6 years ago

seems to be change in padding between versions - not my changes - but in grading.css. Can change with:

.gbtable tbody tr td, .gbtable tbody tr th, .gbtable_header th, .gbtable thead th {
    padding: 3px !important;
}