diff --git a/koha-tmpl/intranet-tmpl/prog/css/reports.css b/koha-tmpl/intranet-tmpl/prog/css/reports.css index 2152cc84c4..b938b7b40d 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/reports.css +++ b/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; } \ No newline at end of file