working on address card editor

This commit is contained in:
2025-10-08 22:16:35 +02:00
parent 2f3a29d606
commit c888845191
14 changed files with 148 additions and 50 deletions

View File

@@ -239,4 +239,8 @@ textarea{
.kanban .state_20 .box.p100,
.kanban .state_40 .box.p100{
border: 5px solid #733440;
}
.vcard span.inactive{
color: #222200;
}

View File

@@ -402,8 +402,12 @@ fieldset.vcard{
.vcard .name{
font-weight: bold;
}
.vcard div.address{
display: inline-block;
margin-right: 10px;
}
.vcard .address span {
.vcard .address > span {
display: block;
}
.vcard table{