]> source.dussan.org Git - sonarqube.git/commitdiff
fix rendering on IE6
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 30 Sep 2010 16:59:38 +0000 (16:59 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 30 Sep 2010 16:59:38 +0000 (16:59 +0000)
sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb
sonar-server/src/main/webapp/stylesheets/style.css

index 0c1de15a9661086a4f0ff6869d846839914088fd..caa56958a6cc08e1f2b4c5a5039d7ad337399b30 100644 (file)
@@ -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
index 13e41bd95df33d15e48d6e9876dffa7cc0d0bbcd..1b282788fb428f05bab08eb65bd8f47b896b9a37 100644 (file)
@@ -586,7 +586,6 @@ ul.operations li {
   float: left;
   margin: 0;
   padding: 2px 7px;
-  position: relative;
   font-size: 85%;
   border-right: 1px solid #cdcdcd;
 }