mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
Remove left position from gantt issue tooltip (#21282).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15065 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f4b2b7e7fb
commit
9adf2cb0ea
@ -812,7 +812,7 @@ p.cal.legend span {display:block;}
|
||||
div.tooltip:hover span.tip{
|
||||
display:block;
|
||||
position:absolute;
|
||||
top:12px; left:24px; width:270px;
|
||||
top:12px; width:270px;
|
||||
border:1px solid #555;
|
||||
background-color:#fff;
|
||||
padding: 4px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user