From cf3626b13fb80b94d0906833d05d5eedfd714576 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. --- 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 5244c3a..31710ec 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.1.4