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:
parent
e82e018938
commit
14e79c86ff
@ -985,6 +985,11 @@ p.cal.legend span {display:block;}
|
||||
.tooltip span.tip{display: none; text-align:left;}
|
||||
.tooltip span.tip a { color: #169 !important; }
|
||||
|
||||
.tooltip span.tip img.gravatar {
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.tooltip:hover span.tip{
|
||||
display:block;
|
||||
position:absolute;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user