diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-03 22:35:03 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-03 22:35:03 +0000 |
commit | c25b4eb24bd326c72a187012ba03ca92187a5cf6 (patch) | |
tree | 91cb76e281d0e6e02c145545ab408f7207a850cc /sonar-server/src/main/webapp/stylesheets/dashboard.css | |
parent | 085e24b66e703f5609a974329603fe863d377f41 (diff) | |
download | sonarqube-c25b4eb24bd326c72a187012ba03ca92187a5cf6.tar.gz sonarqube-c25b4eb24bd326c72a187012ba03ca92187a5cf6.zip |
SONAR-1643 filter widgets by category when configuring a dashboard
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/dashboard.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/dashboard.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index 5b935b7b576..321454fa79a 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -70,7 +70,13 @@ margin: 3px; white-space: normal; vertical-align: top; - +} +#dashboard ul.widget_categs li { + padding-right: 5px; +} +#dashboard ul.widget_categs li.selected a { + font-weight: bold; + text-decoration: none; } /*OPERATIONS*/ #dashboard #dashboard-operations { |