summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-21 11:34:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-21 11:34:28 +0000
commitbea821166dbe9fe3b751bf9e7a5bb04dca06cd86 (patch)
treebde7e7f3f0ccc0870cff0fddcc7962714a4635f1 /public
parent637e450824cf843cc8d67f73bc080bad7a326a37 (diff)
downloadredmine-bea821166dbe9fe3b751bf9e7a5bb04dca06cd86.tar.gz
redmine-bea821166dbe9fe3b751bf9e7a5bb04dca06cd86.zip
Fixed multiple scrollbars in project tree (#15741).
git-svn-id: http://svn.redmine.org/redmine/trunk@12435 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index b6a9e4711..ba59b2828 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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;}