MDL-55320 theme: Fix chat data table alignment
This commit is contained in:
@@ -2676,6 +2676,23 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
/** Chart output HTML table */
|
||||
.chart-output-htmltable {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
th {
|
||||
width: 20%;
|
||||
}
|
||||
td {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
.dir-rtl .chart-output-htmltable {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
th {
|
||||
width: 20%;
|
||||
}
|
||||
td {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
/** Chart area. */
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user