mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Merge branch 'MDL-55320-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
c1d5d922a8
@ -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
Loading…
x
Reference in New Issue
Block a user