UI: Make caselog entries' header font a bit more tinier in enhanced portal.

This commit is contained in:
Molkobain
2018-09-16 21:39:09 +02:00
parent 3ea16694b4
commit 34d601f49c
2 changed files with 2 additions and 2 deletions

View File

@@ -1010,7 +1010,7 @@ table .group-actions {
}
.caselog_field_entry_header {
padding: 6px;
font-size: 1em;
font-size: 0.9em;
border-bottom: 1px solid #fff;
background-color: #f2f2f2;
}

View File

@@ -1087,7 +1087,7 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
}
.caselog_field_entry_header{
padding: 6px;
font-size: 1em;
font-size: 0.9em;
border-bottom: 1px solid $white;
background-color: #F2F2F2;
}