MDL-41569: CSS Allow flexible table headers to wrap.

This commit is contained in:
Damyon Wiese 2014-03-21 15:10:19 +08:00
parent f94bde7250
commit 51e73837b6
3 changed files with 1 additions and 5 deletions

View File

@ -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,

View File

@ -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