Commit d0a58027 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Replace obvious tooltips. Fix line-height for top nav

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent ce9cb516
......@@ -385,7 +385,7 @@ table {
a {
padding: 15px;
font-size: 20px;
line-height: 27px;
line-height: 28px;
color: #7f8fa4;
border-bottom: 2px solid transparent;
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment