aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-08-29 18:09:07 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-08-29 18:14:04 +0200
commita5985a04a701a9bdae0718fa8b4945ce54c9ba27 (patch)
tree9e7568264b5f5ca5421ab913377f082248a7e720 /sonar-server/src
parentffc7f8ff6aad9be8615a66241c11ed3c63bf2620 (diff)
downloadsonarqube-a5985a04a701a9bdae0718fa8b4945ce54c9ba27.tar.gz
sonarqube-a5985a04a701a9bdae0718fa8b4945ce54c9ba27.zip
SONAR-2701 Change TimeMachine widget style to match Sonar table style
Diffstat (limited to 'sonar-server/src')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css28
1 files changed, 3 insertions, 25 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index d606e23e264..6ebe3749880 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -1794,35 +1794,13 @@ table.matrix tbody td.title {
div.widget-matrix {
overflow:auto;
-}
-
-table.widget-matrix {
font-size: 12px;
- margin: 1px;
-}
-
-table.widget-matrix thead {
- background-color: #CAE3F2;
+ padding: 1px;
}
-table.widget-matrix thead th {
+div.widget-matrix th {
text-align: right;
- border: 1px solid #4b9fd5;
- padding: 2px;
- font-size: 11px;
-}
-
-table.widget-matrix tbody td.title {
- border: none;
- font-weight: bold;
- padding: 5px 0 0 0px;
-}
-
-table.widget-matrix tbody td {
- border: 1px solid #ddd;
- margin: 0;
- padding: 1px 2px 1px 10px;
- vertical-align: middle;
+ font-weight: normal;
}