KNACSS/sass/_object-tables.scss
Raphael Goetter 7c9cf52761 see changelog
2016-05-16 15:45:14 +02:00

29 lines
460 B
SCSS

/* ----------------------------- */
/* ==tables */
/* ----------------------------- */
table,
.#{$kna-namespace}table {
width: 100%;
max-width: 100%;
table-layout: fixed;
border-collapse: collapse;
vertical-align: top;
}
.#{$kna-namespace}table {
display: table;
}
#recaptcha_table,
table.#{$kna-namespace}table-auto {
table-layout:auto;
}
td,
th {
vertical-align: top;
min-width: $medium-value;
cursor: default;
}