BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d0a58027
Unverified
Commit
d0a58027
authored
Sep 03, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace obvious tooltips. Fix line-height for top nav
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
ce9cb516
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
common.scss
app/assets/stylesheets/generic/common.scss
+1
-1
events_helper.rb
app/helpers/events_helper.rb
+0
-1
No files found.
app/assets/stylesheets/generic/common.scss
View file @
d0a58027
...
...
@@ -385,7 +385,7 @@ table {
a
{
padding
:
15px
;
font-size
:
20px
;
line-height
:
2
7
px
;
line-height
:
2
8
px
;
color
:
#7f8fa4
;
border-bottom
:
2px
solid
transparent
;
...
...
app/helpers/events_helper.rb
View file @
d0a58027
...
...
@@ -30,7 +30,6 @@ module EventsHelper
class:
"event-filter-link btn btn-default
#{
active
}
"
,
id:
"
#{
key
}
_event_filter"
,
title:
"Filter by
#{
tooltip
.
downcase
}
"
,
data:
{
toggle:
'tooltip'
,
placement:
'top'
}
}
link_to
request
.
path
,
link_opts
do
...
...
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