retouches finales

This commit is contained in:
Raphael Goetter 2014-05-03 14:38:58 +02:00
parent 28a6ad32f1
commit 38be7212d0
12 changed files with 1115 additions and 835 deletions

View file

@ -6,14 +6,12 @@
table,
.table {
width: 100%;
max-width: 100%;
table-layout: fixed;
border-collapse: collapse;
vertical-align: top;
}
table {
width: 100%;
border: 1px solid #ccc;
}
.table {
@ -26,73 +24,17 @@ table.table-auto {
}
caption {
padding: 10px;
padding: 1em;
color: #555;
font-style: italic;
}
table {
border: 1px solid #ccc;
}
tr > * + * {
border-left: 1px solid #ccc;
}
th,
td {
padding: .3em .8em;
td,
th {
padding: 0.3em 0.8em;
border: 1px #aaa dotted;
vertical-align: top;
min-width: 2em;
cursor: default;
text-align: left;
border-bottom: 1px solid #ccc;
}
td {
color: #333;
}
/* alternate tables */
.alternate {
border: 0;
}
.alternate tbody {
border: 1px solid #ccc;
}
.alternate thead tr > * + * {
border-left: 0;
}
.alternate tbody tr > * + * {
border-left: 1px solid #ccc;
}
/* alternate-vert tables */
.alternate-vert {
border: 0;
border-right: 1px solid #ccc;
}
.alternate-vert tr > :first-child {
border-bottom: 0;
}
.alternate-vert tr > * + * {
border-top: 1px solid #ccc;
}
/* striped tables */
.striped tbody tr:nth-child(odd) {
background: #eee;
background: rgba(0, 0, 0, 0.05);
}
/* striped-vert tables */
.striped-vert tr > :first-child {
background: #eee;
background: rgba(0, 0, 0, 0.05);
}