diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-08-10 18:49:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-08-10 18:49:30 +0000 |
commit | ec02853141d628c21323631f8ff58ca644bafcb0 (patch) | |
tree | 7985290d5bde45872753069040c11313ca5c7432 /public | |
parent | 2118f3a1fd70ab404ab9734119ebfca561296dfe (diff) | |
download | redmine-ec02853141d628c21323631f8ff58ca644bafcb0.tar.gz redmine-ec02853141d628c21323631f8ff58ca644bafcb0.zip |
Raised the max-height.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10193 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-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 33aca912e..138161ca2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -423,7 +423,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 {max-height:150px; overflow-y:auto;} +#notified-projects ul, #tracker_project_ids ul {max-height:250px; overflow-y:auto;} #related-issues li img {vertical-align:middle;} |