This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cardmaker/resources/cards/cardlist.css
T

26 lines
265 B
CSS

button {
min-width: 3.5em;
}
button.small {
min-width: 0;
}
button,
input[type=checkbox],
label {
cursor: pointer;
}
th,
td {
text-align: left;
white-space:nowrap;
}
th +th+th,
td +td+td {
padding-left: 1em;
}
td +td+td {
opacity: 0.6;
}