tweak tags css and add tags to navbar

This commit is contained in:
Nick Sweeting
2020-10-31 07:57:06 -04:00
parent c47398851b
commit 5cae05ae76
3 changed files with 10 additions and 8 deletions

View File

@@ -224,9 +224,10 @@ body.model-snapshot.change-list #content .object-tools {
}
.tags > a > .tag {
border: 1px solid;
border-radius: 10px;
background-color: #f3f3f3;
padding: 3px;
float: right;
border-radius: 5px;
background-color: #bfdfff;
padding: 2px 5px;
margin-left: 4px;
margin-top: 1px;
}