mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in lib/tablelib. Where is it missing now???'
This commit is contained in:
parent
53718d305b
commit
46bd568bf1
@ -682,9 +682,13 @@ body#admin-index .c1 {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
body#admin-blocks table.generaltable td.cell,
|
||||
body#admin-filters table.generaltable td.cell,
|
||||
body#admin-modules table.generaltable td.cell,
|
||||
body#admin-blocks table.generaltable th,
|
||||
body#admin-filters table.generaltable th,
|
||||
body#admin-modules table.generaltable th
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
body#admin-modules .generaltablecell
|
||||
{
|
||||
padding-top: 2px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user