Bug 21814: System preferences save button can be hidden by language menu
authorOwen Leonard <oleonard@myacpl.org>
Mon, 12 Nov 2018 19:07:12 +0000 (19:07 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 16 Nov 2018 12:32:24 +0000 (12:32 +0000)
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 <claire.gravely@bsz-bw.de>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index 5244c3a..31710ec 100644 (file)
@@ -583,6 +583,7 @@ label,
 
 .main {
     margin-top: 1em;
+    margin-bottom: 3em;
 }
 
 #login_controls {