Page MenuHomePhabricator

Center those "Report a Bug / Search Bugs / Help on Bugzilla / Reports / Charts / User Preferences" buttons on bugzilla portal page
Closed, ResolvedPublic

Description


Version: unspecified
Severity: minor

Details

Reference
bz49456

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:41 AM
bzimport set Reference to bz49456.
bzimport added a subscriber: Unknown Object (MLST).

It looks like changing the CSS for .bz_common_actions by
adding

margin-left: auto;
margin-right: auto;
max-width: 830px;

and removing

float: left;
margin: 0px auto;

might work.

Testing very welcome.

Change 82247 had a related patch set uploaded by Aklapper:
Center the 'Common actions' buttons on Bugzilla frontpage

https://gerrit.wikimedia.org/r/82247

Tested on http://boogs.wmflabs.org/ with Firefox 23.0.1, Google Chrome 29.0, Opera 12.16 and different zoom levels. Seems to work.

Testing with an old Internet Explorer on http://boogs.wmflabs.org/ highly welcome.

I've tested this change on boogs.wmflabs.org with IE on crossbrowsertesting:
IE7 on Windows XP SP2 800x600 and 1400x1050 work (no CSS issues, all text readable, links can be clicked).
IE6 on Windows XP SP2 1400x1050 looks like crap (no news) but that's no news (see bug 28871) and the page is functional (can click links).

Change 82247 merged by Dzahn:
Center the 'Common actions' buttons on Bugzilla frontpage

https://gerrit.wikimedia.org/r/82247