Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
redmine-oauth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyECP
redmine-oauth
Commits
4c16235a
Commit
4c16235a
authored
Nov 15, 2012
by
Vasily Gotovko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve view of google icon
parent
905a556d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
app/views/hooks/_view_account_login_bottom.html.erb
app/views/hooks/_view_account_login_bottom.html.erb
+2
-2
assets/images/google_login_icon.jpg
assets/images/google_login_icon.jpg
+0
-0
assets/images/google_login_icon.png
assets/images/google_login_icon.png
+0
-0
assets/stylesheets/buttons.css
assets/stylesheets/buttons.css
+3
-2
No files found.
app/views/hooks/_view_account_login_bottom.html.erb
View file @
4c16235a
...
...
@@ -3,8 +3,8 @@
<%
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.
jp
g'
,
class:
'button-login-icon'
,
alt:
l
(
:login_via_google
))
%>
<%=
image_tag
(
'/plugin_assets/redmine_omniauth_google/images/google_login_icon.
pn
g'
,
class:
'button-login-icon'
,
alt:
l
(
:login_via_google
))
%>
<%=
content_tag
:div
,
l
(
:login_via_google
),
class:
'button-login-text'
%>
<%
end
%>
<%
end
%>
<%
end
%>
\ No newline at end of file
<%
end
%>
assets/images/google_login_icon.jpg
deleted
100644 → 0
View file @
905a556d
3.15 KB
assets/images/google_login_icon.png
0 → 100644
View file @
4c16235a
12.7 KB
assets/stylesheets/buttons.css
View file @
4c16235a
...
...
@@ -12,11 +12,12 @@
.button-login-icon
{
float
:
left
;
height
:
25px
;
height
:
18px
;
padding
:
1px
0px
0px
4px
;
}
.button-login-text
{
line-height
:
21px
;
background-image
:
-webkit-linear-gradient
(
bottom
,
#ddd
,
white
);
font-size
:
12px
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment