mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01: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:
@@ -812,7 +812,7 @@ p.cal.legend span {display:block;}
|
|||||||
div.tooltip:hover span.tip{
|
div.tooltip:hover span.tip{
|
||||||
display:block;
|
display:block;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:12px; left:24px; width:270px;
|
top:12px; width:270px;
|
||||||
border:1px solid #555;
|
border:1px solid #555;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user