mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-55320 theme: remove unnecessary styling
This commit is contained in:
parent
4b5e0c542a
commit
21575ea31c
@ -2,4 +2,3 @@
|
||||
#page-report-log-index .logselectform {margin:10px auto;}
|
||||
|
||||
#page-report-log-user .info {margin:10px; text-align:center;}
|
||||
#page-report-log-user .graph {text-align: center;}
|
||||
|
@ -2673,39 +2673,17 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
/** 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. */
|
||||
.chart-area {
|
||||
|
||||
.chart-table-data {
|
||||
display: none;
|
||||
}
|
||||
.chart-table-expand {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.chart-table {
|
||||
.chart-output-htmltable caption {
|
||||
white-space: nowrap;
|
||||
}
|
||||
/** When accessible, we display the table only. */
|
||||
&.accesshide {
|
||||
.chart-table-expand {
|
||||
@ -2717,6 +2695,3 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
}
|
||||
}
|
||||
}
|
||||
.dir-rtl .chart-area .chart-table-expand {
|
||||
text-align: left;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user