Fixed table styles for IE7.

pull/6827/head
Markus Kahl 14 years ago
parent 0576cee49e
commit af44038a00
  1. 14
      assets/stylesheets/reporting.css

@ -50,7 +50,7 @@
} }
.report th { .report th {
border: dotted 1px #ccc; border: solid 1px #ccc;
background-color: #e3e3e3 !important; background-color: #e3e3e3 !important;
text-align: center; text-align: center;
} }
@ -73,11 +73,19 @@
} }
.report .top { .report .top {
border-top: solid 2px #ccc !important; border-top-style: solid;
border-top-color: #ccc;
/* border-top: 2px solid #ccc !important; */
} }
.report .bottom { .report .bottom {
border-bottom: solid 2px #ccc !important; border-bottom-style: solid;
border-bottom-color: #ccc;
/* border-bottom: 2px solid #ccc !important; */
}
.report td.penultimate {
border-right-style: solid;
} }
.report thead .inner, .report tfoot .inner { .report thead .inner, .report tfoot .inner {

Loading…
Cancel
Save