summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-29 08:31:11 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-29 08:31:11 +0000
commitde367ca1ec854ad6bce1a7e8dd04e2366aea08db (patch)
treeb1e51cb14c9d414feb172fc66409bbf84a062058 /public/stylesheets
parent1587d71635a6174466f26f3d32d5cd3d70633e22 (diff)
downloadredmine-de367ca1ec854ad6bce1a7e8dd04e2366aea08db.tar.gz
redmine-de367ca1ec854ad6bce1a7e8dd04e2366aea08db.zip
Reduce max height of check box groups.
git-svn-id: http://svn.redmine.org/redmine/trunk@16909 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-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 65d4dbae9..5d29244ee 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -731,7 +731,7 @@ span.required {color: #bb0000;}
.check_box_group {
display:block;
width:95%;
- max-height:300px;
+ max-height:120px;
overflow-y:auto;
padding:2px 4px 4px 2px;
background:#fff;