[refs #616] add table styles

This commit is contained in:
Alexander Machehin 2012-09-21 17:46:44 +06:00
parent 94c3863e27
commit 651be997b3
1 changed files with 20 additions and 0 deletions

View File

@ -1524,6 +1524,26 @@ table.tablesorter.platform-maintainers.static-search thead tr.search th input[ty
border-left: 4px solid #EDEDED;
padding: 0 15px;
}
table {
margin: 0;
padding: 0;
border-collapse: collapse;
tr {
//border-top: 1px solid #EDEDED;
background-color: white;
}
th, td {
border: 1px solid #EDEDED;
padding: 5px 10px;
}
tr:nth-child(2n) {
background-color: #F8F8F8;
}
}
}
#md_tabs {