From 01d3a5d1c159d695ba9503142abab9542b866b2f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 7 Feb 2019 13:11:35 +0000 Subject: [PATCH] Bug 22287: Correct new charts CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch reverts some changes to reports CSS from Bug 22168 which were unnecessary and which adversely affected the report add/edit form styling. To test, apply the patch and clear your browser cache if necessary. Go to Reports -> Saved reports and repeat the test plan for Bug 22168: - 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. Then test the process for adding or editing an SQL report. The form should be styled in a way consistent with other forms in the staff client. Signed-off-by: Mikaƫl Olangcay Brisebois Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/reports.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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 -- 2.11.0