Reviewed: https://reviews.mahara.org/7926 Committed: https://git.mahara.org/mahara/mahara/commit/408dcdfb45aa39873a3611f1b4f8604b277544f9 Submitter: Robert Lyon ([email protected]) Branch: master
commit 408dcdfb45aa39873a3611f1b4f8604b277544f9 Author: Robert Lyon <[email protected]> Date: Tue Aug 15 08:13:27 2017 +1200 Bug 1710710: Placement of public search box vs language selector When we have $cfg->publicsearchallowed = true; and are viewing the site when logged out and have langpacks installed we get an overlap of the language selector and searc box. When we don't have langpacks installed the search box doesn't align to the right. This patch tries to align things up correctly behatnotneeded Change-Id: I6f2175af0aa9e164f4c4302f4c1e7012423d1235 Signed-off-by: Robert Lyon <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1710710 Title: The public search box overlaps the language selector box Status in Mahara: Fix Committed Bug description: When you are logged out and have $cfg->publicsearchallowed = true; in your config and also have other langpacks installed you see the search box overlaps the language selector. Need to add some css to position the logged out search box for when langpacks exists and when they don't And not affect the logged in positioning of things see attachment To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1710710/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

