Page MenuHomePhabricator

Fix align/layout on Special:GlobalGroupPermissions
Closed, ResolvedPublic

Description

Please check this:

GlobalGroupPermissions.png (683×1 px, 58 KB)

Could we please make that the checkbox, text and description be in the same line as it was before? It's very ugly right now and very confusing.

Thanks

Event Timeline

My skin is monobook, but I also checked with Vector and it gives me the same ugly layout.

Hi people. This new design is really annoying and unhelpful. Can it be reverted or fixed soonish? Thanks.

Oh, I think I know what's wrong. This isn't on purpose

		return $this->getOutput()->parseInline( User::getRightDescription( $right ) ) . ' ' .
			Html::element( 'code', [], $this->msg( 'parentheses', $right )->text() );

it's adding the <div class="mw-parser-output"> which is breaking the layout.

@Legoktm Couldn't find the commit in rECAU. Was that added for rMW instead? Could it be fixed for CentralAuth? Thanks!

Change 376490 had a related patch set uploaded (by Melos; owner: Melos):
[mediawiki/extensions/CentralAuth@master] Fix layout on Special:GlobalGroupPermissions

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

MarcoAurelio added a subscriber: Melos.

Hello. Can we please have @Melos's patch above reviewed? The page design is broken and I'm having a hard time figuring out which checkbox pertains to which grant. Thank you.

Change 376490 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] Fix layout on Special:GlobalGroupPermissions

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

Melos claimed this task.
Melos removed a project: Patch-For-Review.