From 2eece1db6d622af78eb4b256eee0fd7c9e375b84 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 12 Nov 2018 19:07:12 +0000 Subject: [PATCH] Bug 21814: System preferences save button can be hidden by language menu This patch modifies the staff client CSS to give pages enough of a bottom margin that the language footer will not obscure controls appearing at the bottom of the page. To test, apply the patch and regenerate the staff client CSS. You must have one or more translations installed and enabled. StaffLangSelectorMode should be set to display the language menu in the footer. Go to Administration and search for 'opac.' Scroll to the bottom of the page and confirm that the last submit button is not hidden by the language menu. Signed-off-by: Claire Gravely Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 5244c3a235..31710ec346 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -583,6 +583,7 @@ label, .main { margin-top: 1em; + margin-bottom: 3em; } #login_controls { -- 2.17.1