mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-55420-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
cf1d2cb073
3 changed files with 24 additions and 17 deletions
|
@ -2124,6 +2124,30 @@ dd:after {
|
|||
h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
/** Chart area. */
|
||||
.chart-area {
|
||||
|
||||
.chart-table-data {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chart-table {
|
||||
.chart-output-htmltable caption {
|
||||
white-space: nowrap;
|
||||
}
|
||||
/** When accessible, we display the table only. */
|
||||
&.accesshide {
|
||||
.chart-table-expand {
|
||||
display: none;
|
||||
}
|
||||
.chart-table-data {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Reset for ul.
|
||||
ul {
|
||||
padding-left: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue