Merge branch 'MDL-55420-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Dan Poltawski 2016-09-28 14:03:52 +01:00
commit cf1d2cb073
3 changed files with 24 additions and 17 deletions

View file

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

View file

@ -111,16 +111,3 @@ body {
background-color: #aaa;
opacity: 0.4;
}
.dir-rtl {
.modal-container {
.modal {
.modal-header {
.close {
left: 5px;
right: auto;
}
}
}
}
}

View file

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