diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-10 16:38:30 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-10 16:38:30 +0000 |
commit | ab1013e8d9586556e5f5f192b3cbe9bf88c5504f (patch) | |
tree | 7d9afac346edef8cd1933e9774945dff772cc014 /sonar-server | |
parent | dac23d5e994c42277f270e7b6a807ba6ad472fdb (diff) | |
download | sonarqube-ab1013e8d9586556e5f5f192b3cbe9bf88c5504f.tar.gz sonarqube-ab1013e8d9586556e5f5f192b3cbe9bf88c5504f.zip |
increase the height of widgets selection panel
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/dashboard.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index a275105d8c6..d48c406b301 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -49,7 +49,7 @@ /*CONFIGURATION*/ #dashboard #widget_defs { - height: 150px; + height: 250px; overflow-y: auto; background-color: #FFF6BF; border: 2px solid #FFD324; |