aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-10 16:38:30 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-10 16:38:30 +0000
commitab1013e8d9586556e5f5f192b3cbe9bf88c5504f (patch)
tree7d9afac346edef8cd1933e9774945dff772cc014 /sonar-server
parentdac23d5e994c42277f270e7b6a807ba6ad472fdb (diff)
downloadsonarqube-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.css2
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;