]> source.dussan.org Git - redmine.git/commitdiff
Fixed multiple scrollbars in project tree (#15741).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Dec 2013 11:34:28 +0000 (11:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Dec 2013 11:34:28 +0000 (11:34 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12435 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index b6a9e4711e652f8543ccc498b934dbaa0bc87411..ba59b282855e97e5904b5eac1bd8028cca4a09cb 100644 (file)
@@ -437,7 +437,7 @@ ul.projects li {list-style-type:none;}
 #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
 
-#notified-projects ul, #tracker_project_ids ul, #custom_field_project_ids ul {max-height:250px; overflow-y:auto;}
+#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
 
 #related-issues li img {vertical-align:middle;}