prettier tags in table

This commit is contained in:
2019-12-30 19:44:53 +01:00
parent 21baa4810c
commit 52676cf227
5 changed files with 36 additions and 13 deletions
+13
View File
@@ -143,6 +143,18 @@ textarea:focus,
border-bottom: 2px solid silver;
}
.cards-table td.tags {
padding: .25rem;
}
.cards-table .tag {
background: #E2E1DF;
font-size: 90%;
padding: 0.25rem .45rem;
border-radius: 3px;
display: inline-block;
}
.paginate {
margin: 1rem auto;
width: 300px;
@@ -182,3 +194,4 @@ textarea:focus,
color: gray;
background: transparent;
}