Arrange button sizes to default size of 36px
As discussed in #4773 there was not any clarification as why auth button sizes were reduced so 36px is now accepted as default. This commit addresses that comment/issue.
This commit is contained in:
parent
5aa4d49281
commit
b057c7ae5a
3 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
<%= link_to image_tag("openid.png",
|
||||
:alt => t("application.auth_providers.openid.title"),
|
||||
:size => "24"),
|
||||
:size => "36"),
|
||||
"#",
|
||||
:id => "openid_open_url",
|
||||
:title => t("application.auth_providers.openid.title"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue