MDL-55320 theme: remove unnecessary styling

This commit is contained in:
Simey Lameze 2016-08-24 14:27:39 +08:00
parent 4b5e0c542a
commit 21575ea31c
3 changed files with 4 additions and 30 deletions

View File

@ -2,4 +2,3 @@
#page-report-log-index .logselectform {margin:10px auto;} #page-report-log-index .logselectform {margin:10px auto;}
#page-report-log-user .info {margin:10px; text-align:center;} #page-report-log-user .info {margin:10px; text-align:center;}
#page-report-log-user .graph {text-align: center;}

View File

@ -2673,39 +2673,17 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
margin-top: -20px; 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-area { .chart-area {
.chart-table-data { .chart-table-data {
display: none; display: none;
} }
.chart-table-expand {
text-align: right;
}
.chart-table { .chart-table {
.chart-output-htmltable caption {
white-space: nowrap;
}
/** When accessible, we display the table only. */ /** When accessible, we display the table only. */
&.accesshide { &.accesshide {
.chart-table-expand { .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