]> source.dussan.org Git - redmine.git/commitdiff
The tooltip layout of the calendar is broken (#30287).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Jan 2019 11:50:58 +0000 (11:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Jan 2019 11:50:58 +0000 (11:50 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17821 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 4c94b712ba28194a5f3cd622a598d595b2e9cabc..08ad6aa45d91e730128eb90f9e0eb76de6caa8da 100644 (file)
@@ -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;