1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

The tooltip layout of the calendar is broken (#30287).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17821 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2019-01-19 11:50:58 +00:00
parent e82e018938
commit 14e79c86ff

View File

@ -985,6 +985,11 @@ p.cal.legend span {display:block;}
.tooltip span.tip{display: none; text-align:left;} .tooltip span.tip{display: none; text-align:left;}
.tooltip span.tip a { color: #169 !important; } .tooltip span.tip a { color: #169 !important; }
.tooltip span.tip img.gravatar {
float: none;
margin: 0;
}
div.tooltip:hover span.tip{ div.tooltip:hover span.tip{
display:block; display:block;
position:absolute; position:absolute;