Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1209 from njam/issue-1209
Browse files Browse the repository at this point in the history
Add dataTable styles
  • Loading branch information
njam committed May 11, 2014
2 parents c644063 + 92e0869 commit d076dd9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions layout/default/css/dataTable.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.dataTable {
width: 100%;

> li, th, td {
padding: 4px;
text-align: left;
}

> li:nth-child(2n), > tbody > tr:nth-child(2n) > td {
background-color: darken(@colorBg, 4);
}

.timeago {
float: none;
}

tfoot {
tr {
border-top: 1px solid @colorFgBorderEmphasize2;
}

td {
font-weight: bold;
}
}
}

0 comments on commit d076dd9

Please sign in to comment.