aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/dashboard.css
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-03 22:35:03 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-03 22:35:03 +0000
commitc25b4eb24bd326c72a187012ba03ca92187a5cf6 (patch)
tree91cb76e281d0e6e02c145545ab408f7207a850cc /sonar-server/src/main/webapp/stylesheets/dashboard.css
parent085e24b66e703f5609a974329603fe863d377f41 (diff)
downloadsonarqube-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.css8
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 {