mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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;
|
||||
|
|
|
@ -111,16 +111,3 @@ body {
|
|||
background-color: #aaa;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.dir-rtl {
|
||||
.modal-container {
|
||||
.modal {
|
||||
.modal-header {
|
||||
.close {
|
||||
left: 5px;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13431,10 +13431,6 @@ body.modal-open {
|
|||
background-color: #aaa;
|
||||
opacity: 0.4;
|
||||
}
|
||||
.dir-rtl .modal-container .modal .modal-header .close {
|
||||
left: 5px;
|
||||
right: auto;
|
||||
}
|
||||
/* modules.less */
|
||||
select {
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue