tables restyling

This commit is contained in:
Raphael Goetter 2014-05-03 11:22:45 +02:00
parent 7590ebbde6
commit 15f0b5bf48

View File

@ -5,13 +5,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 {
display: table;
@ -21,24 +20,18 @@ table.table-auto {
table-layout:auto;
}
caption {
padding: 10px;
padding: @small-value;
color: #555;
font-style: italic;
}
table {
border: 1px solid #ccc;
}
tr > * + * {
border-left: 1px solid #ccc;
}
th,
td {
td,
th {
padding: .3em .8em;
border: 1px #aaa dotted;
vertical-align: top;
min-width: @medium-value;
cursor: default;
text-align: left;
border-bottom: 1px solid #ccc;
}
td {
color: #333;
}
/* alternate tables */