tables restyling
This commit is contained in:
parent
7590ebbde6
commit
15f0b5bf48
1 changed files with 9 additions and 16 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue