mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 03:51:38 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user