Reviewed: https://reviews.mahara.org/2949 Committed: http://gitorious.org/mahara/mahara/commit/3255f24d3321106c58fae7af0b7aa760a38231bf Submitter: Robert Lyon ([email protected]) Branch: master
commit 3255f24d3321106c58fae7af0b7aa760a38231bf Author: Robert Lyon <[email protected]> Date: Wed Jan 22 15:12:09 2014 +1300 Closing gap on focused help close button in chromium (bug #1271392) Change-Id: I9ef5acca0160db32899640c7d55d26f6920b802e 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/1271392 Title: focus on help box close button in chromium has gap Status in Mahara ePortfolio: In Progress Bug description: There is a gap at bottom of close button and the focus outline in chromium - see the attached image The problem is the <a> tag 'sits' lower than the <img> tag and so gives the gap. It needs to have vertical-align: top set on the <a> tag so both the <a> and <img> are aligned at top To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1271392/+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

