? Pending

User tests: Successful: Unsuccessful:

avatar Kostelano
Kostelano
27 Sep 2019

Joomla 3.9.12.

A small suggestion: center the logo in the authorization form.
If the logo size exceeds a certain value, then everything looks good. If the logo size is small (see screenshot), perfectionists suffer a lot :).

Testing Instructions

  1. In the template settings, select a logo (for example, 300 * 100 pixels).
  2. See how the logo is located in the authorization form.
  3. Apply the patch and repeat the procedure.

BEFORE the patch

Screenshot_2

AFTER the patch

Screenshot_3

avatar Kostelano Kostelano - open - 27 Sep 2019
avatar Kostelano Kostelano - change - 27 Sep 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Sep 2019
Category Administration Templates (admin)
avatar ReLater
ReLater - comment - 27 Sep 2019

I'm sorry to say that new features aren't accepted for Joomla 3. There's a feature stop for that branch. Only bug fixes are accepted.

avatar brianteeman
brianteeman - comment - 28 Sep 2019

adding some css is hardly a new feature! No reason at all for this not to be reviewed and tested for joomla 3

avatar ReLater
ReLater - comment - 28 Sep 2019

Yeah, depends on who is deciding here when what is a new feature or not. Annoying discussions...

BTW. We had already an issue in the past with centered logo that was refused. It's purely a matter of taste.

#25636

avatar HLeithner
HLeithner - comment - 28 Sep 2019

I'm on the same position as in the last pr mentioned by @ReLater

You can simply create a custom.css file in /administrator/templates/isis/css adding your css:

#element-box img {
	display: block;
	margin: 0 auto;
}

Beside this, thanks for your engagement in Joomla!

avatar HLeithner HLeithner - change - 28 Sep 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-09-28 10:35:05
Closed_By HLeithner
Labels Added: ?
avatar HLeithner HLeithner - close - 28 Sep 2019

Add a Comment

Login with GitHub to post a comment