Skip to content
Snippets Groups Projects
Commit 4c16235a authored by Vasily Gotovko's avatar Vasily Gotovko
Browse files

Improve view of google icon

parent 905a556d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<% if Setting.plugin_redmine_omniauth_google[:oauth_authentification] %>
<%= link_to oauth_google_path do %>
<%= button_tag class: 'button-login' do %>
<%= image_tag('/plugin_assets/redmine_omniauth_google/images/google_login_icon.jpg', class: 'button-login-icon', alt: l(:login_via_google)) %>
<%= image_tag('/plugin_assets/redmine_omniauth_google/images/google_login_icon.png', class: 'button-login-icon', alt: l(:login_via_google)) %>
<%= content_tag :div, l(:login_via_google), class: 'button-login-text' %>
<% end %>
<% end %>
......
assets/images/google_login_icon.jpg

3.15 KiB

assets/images/google_login_icon.png

12.7 KiB

......@@ -12,7 +12,8 @@
.button-login-icon {
float: left;
height: 25px;
height: 18px;
padding: 1px 0px 0px 4px;
}
.button-login-text {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment