mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-41569: CSS Allow flexible table headers to wrap.
This commit is contained in:
parent
f94bde7250
commit
51e73837b6
@ -130,7 +130,6 @@ img.uihint {cursor: help;}
|
||||
#addmembersform table {margin-left: auto;margin-right: auto;}
|
||||
.formtable tbody th,
|
||||
.generaltable th.header {vertical-align: top;}
|
||||
.flexible th {white-space: nowrap;}
|
||||
.cell {vertical-align: top;}
|
||||
img.emoticon {vertical-align: middle;width: 15px;height: 15px;}
|
||||
form.popupform,
|
||||
|
@ -312,9 +312,6 @@ img.uihint {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.flexible th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.flexible .emptyrow {
|
||||
display: none;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user