xtable.css 433 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
td.xtable-data, 
th.xtable-title,
th.xtable-heading,
th.xtable-error {
  font-family: "MS Sans Serif",Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color : Black;
  /*text-align: left;*/
  vertical-align: top;
}

th.xtable-heading {
  background-color : #DEE3EF;
  font-weight: bold;
}

th.xtable-title,
th.xtable-error {
  background-color : #DEE3EF;
  font-weight: bold;
}

th.xtable-error {
  color: red;
}