?
avatar tonypartridge
tonypartridge
2 Dec 2016

Steps to reproduce the issue

Clear all Joomla! Post-Install Messages

Expected result

I think it should be adjust to blend in with the template more like:
screen shot 2016-12-02 at 21 20 30

Actual result

But it currently looks like:
screen shot 2016-12-02 at 21 20 46

System information (as much as possible)

Joomla! 3.7

Additional comments

Keeps with formatting, let me know if you agree and I'll submit the pull.

avatar tonypartridge tonypartridge - open - 2 Dec 2016
avatar joomla-cms-bot joomla-cms-bot - change - 2 Dec 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Dec 2016
avatar tonypartridge tonypartridge - change - 2 Dec 2016
The description was changed
Labels Removed: ?
avatar tonypartridge tonypartridge - edited - 2 Dec 2016
avatar brianteeman
brianteeman - comment - 3 Dec 2016

It doesn't look like that to me.please recheck
screen shot 2016-12-03 at 02 22 21


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13066.
avatar zero-24
zero-24 - comment - 3 Dec 2016

Brian Did you check on 3.7?

avatar brianteeman
brianteeman - comment - 3 Dec 2016

i checked an early 3.7 - now I check the current staging i see the problem. Looks like it will come from the re-paint PR


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13066.

avatar brianteeman brianteeman - change - 3 Dec 2016
Status New Confirmed
avatar brianteeman brianteeman - change - 3 Dec 2016
Category Templates (admin)
avatar brianteeman
brianteeman - comment - 3 Dec 2016

@ciar4n can you take a look at this regression please

avatar infograf768
infograf768 - comment - 3 Dec 2016

the css is now

.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

It should be imho something like

.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 7px;
        font-weight: 400;
}
avatar tonypartridge
tonypartridge - comment - 3 Dec 2016

It's an easy fix, I was user border radius 5px and don't weight 400

On Sat, 3 Dec 2016 at 10:07, infograf768 notifications@github.com wrote:

the css is now

.btn-large {
padding: 11px 19px;
font-size: 16.25px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

It should be imho something like

.btn-large {
padding: 11px 19px;
font-size: 16.25px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 7px;
font-weight: 400;
}


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#13066 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVgljSi831bL5kU5lN7D52jGveJm6GYks5rET9DgaJpZM4LDANi
.

avatar zero-24
zero-24 - comment - 3 Dec 2016

Can you send it as PR than?

avatar dgt41
dgt41 - comment - 3 Dec 2016

Hmm almost. All these need the same value

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
avatar ciar4n
ciar4n - comment - 3 Dec 2016

PR created #13070

avatar brianteeman
brianteeman - comment - 3 Dec 2016

Thanks @ciar4n closing as we have a PR

avatar brianteeman brianteeman - close - 3 Dec 2016
avatar brianteeman brianteeman - change - 3 Dec 2016
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2016-12-03 11:56:51
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment