diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-16 09:04:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-16 09:04:22 +0000 |
commit | 9adf2cb0ea9bec187b70e91816f13a92ab9fbd84 (patch) | |
tree | 022ea5abeea062084cb0d2512337aae897b6c585 | |
parent | f4b2b7e7fb133d5b6beec9315cd456ba83a5fc79 (diff) | |
download | redmine-9adf2cb0ea9bec187b70e91816f13a92ab9fbd84.tar.gz redmine-9adf2cb0ea9bec187b70e91816f13a92ab9fbd84.zip |
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
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 288592027..d69215108 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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; |