summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-10 18:48:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-10 18:48:53 +0000
commit2118f3a1fd70ab404ab9734119ebfca561296dfe (patch)
tree8b1ca498fde74ea5f71553048fe2809a5d5e76b9 /public
parent145e5997b2cf000d515d205717a7ee92acdc19c8 (diff)
downloadredmine-2118f3a1fd70ab404ab9734119ebfca561296dfe.tar.gz
redmine-2118f3a1fd70ab404ab9734119ebfca561296dfe.zip
Adds a max-height to projects lists.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10192 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 737f029b6..33aca912e 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -423,6 +423,8 @@ 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 {max-height:150px; overflow-y:auto;}
+
#related-issues li img {vertical-align:middle;}
ul.properties {padding:0; font-size: 0.9em; color: #777;}