aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb25
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css1
2 files changed, 25 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb
index 0c1de15a966..caa56958a6c 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb
@@ -46,4 +46,29 @@ div#page {
.smalltabs .tab.selected a {
background-color: #eee;
color: #333333;
+}
+table.data2 tbody tr {
+ border-left: 1px solid #ddd;
+ border-right: 1px solid #ddd;
+}
+table.data2 thead tr {
+ height: 20px;
+ border: 0;
+}
+table.data2 thead tr th, table.data2 tbody tr td {
+ border-bottom: 1px solid #DDD;
+ padding: 3px 5px;
+ height: 20px;
+ vertical-align: top;
+}
+table.data2 thead tr th {
+ font-weight: bold;
+}
+table.data2 tfoot tr td {
+ border-bottom: 0;
+ padding: 3px 5px;
+}
+#page-operations {
+ clear: both;
+ display: block;
} \ No newline at end of file
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 13e41bd95df..1b282788fb4 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -586,7 +586,6 @@ ul.operations li {
float: left;
margin: 0;
padding: 2px 7px;
- position: relative;
font-size: 85%;
border-right: 1px solid #cdcdcd;
}