From a46a454013e88ba58def9607beda7799944a55c1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 27 Mar 2018 17:53:13 -0300 Subject: [PATCH] Bug 19233: Restore styling of the button --- .../prog/en/modules/reports/guided_reports_start.tt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 1f58096514..28e0c17626 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -37,6 +37,16 @@ #col1, #col2 { width:45%; float:left; } #col1 ins, #col2 del { display: none; } .show_sql { font-family: monospace; } + .send_to_item_mod { + background-color: #EBF3FF; + border: 1px solid #88b0e8; + border-radius: 5px; + display: inline-block; + font-size: 75%; + margin: 3px 5px; + padding: 3px 5px; + white-space: nowrap; + } [% IF ( saved1 ) %] -- 2.11.0