Clear all Joomla! Post-Install Messages
I think it should be adjust to blend in with the template more like:
Joomla! 3.7
Keeps with formatting, let me know if you agree and I'll submit the pull.
Labels |
Added:
?
|
Labels |
Removed:
?
|
Brian Did you check on 3.7?
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
Status | New | ⇒ | Confirmed |
Category | ⇒ | Templates (admin) |
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;
}
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
.
Can you send it as PR than?
Hmm almost. All these need the same value
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-03 11:56:51 |
Closed_By | ⇒ | brianteeman |
It doesn't look like that to me.please recheck

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