← Back to team overview

mahara-contributors team mailing list archive

[Bug 1819807] Re: Search box overlaps navigaiton icons on right side of page

 

Steps I tried:
* Chrome on Ubuntu 18.04 on latest version of master
* Chrome on Ubuntu 18.04 on latest version of master with cherry-picked patches (https://reviews.mahara.org/#/c/9567/14, https://reviews.mahara.org/#/c/9598/10, https://reviews.mahara.org/#/c/9604/10)
* Safari on macbook pro MoJave (10.14.1) on latest version of master

-- 
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/1819807

Title:
  Search box overlaps navigaiton icons on right side of page

Status in Mahara:
  Invalid

Bug description:
  Mahara version: Mahara 18.10.1testing
  Browser: Chrome, Safari, Firefox windows edge
  OS: Mac
  PHP: 7.0
  Database: Mysql 8

  Issue:
  Search box is set with a right margin of 193px, but the icons on the right take up more than that space.

  Solution:
  change the lines 38 and 39 in htdocs/theme/raw/layout/nav/_navbar.scss to 
          right: 25%;   
          margin: 0;

  The 25% value is to match the layout grid to keep the right icons
  clear.

  Patch file with the change attached (A recompile of the css is
  necessary to confirm the change)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1819807/+subscriptions


References