@@ -, +, @@ - Run a report which returns more than one column. - On the report results page, click the "Create chart" button. The chart settings form should appear in a modal window. - Click the "Draw" button. The modal should disappear and the chart should be shown. --- koha-tmpl/intranet-tmpl/prog/css/reports.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/reports.css +++ a/koha-tmpl/intranet-tmpl/prog/css/reports.css @@ -74,23 +74,11 @@ del { color: #C00; } -fieldset.rows { - background-color: transparent; - border: 0; - font-size: 100%; - margin: 0; - padding: 0; -} - fieldset.rows label, fieldset.rows span.label { width: 12em; } -fieldset.rows legend { - margin-left: 0; -} - fieldset.rows .column_config_row { display: flex; flex-wrap: wrap; @@ -108,4 +96,8 @@ fieldset.rows .chart-column-conf label { margin: .4em 0; text-align: left; width: auto; +} + +#makechart select { + max-width: 12em; } --