Skip to content

Commit

Permalink
[#49] switch data table implementation from block element to html table
Browse files Browse the repository at this point in the history
  • Loading branch information
NickQiZhu committed Sep 6, 2012
1 parent 1e38346 commit 5b5f38e
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 199 deletions.
11 changes: 4 additions & 7 deletions dc.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
margin-bottom: 50px;
}

.dc-chart .data-table span {
.dc-chart .data-table td {
display: table-cell;
width: 135px;
text-align: center;
Expand All @@ -187,24 +187,21 @@
border: white solid 2px;
}

.dc-chart .data-table .header {
.dc-chart .data-table thead {
font-weight: bold;
}

.dc-chart .data-table .header span {
.dc-chart .data-table thead td {
background-color: #c6dbef;
color: white;
}

.dc-chart .data-table .group span.label {
.dc-chart .data-table tr.group td.label {
font-weight: bold;
font-size: larger;
float: inherit;
}

.dc-chart .data-table .column {
}

.dc-chart g.state{
cursor: pointer;
}
Expand Down
Loading

0 comments on commit 5b5f38e

Please sign in to comment.