From: simonbrandhof Date: Thu, 30 Sep 2010 16:59:38 +0000 (+0000) Subject: fix rendering on IE6 X-Git-Tag: 2.6~900 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=03641d3e3d90f5ce7dd01cfd3cb2ff6bc73d0441;p=sonarqube.git fix rendering on IE6 --- 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; }