Skip to content
Snippets Groups Projects
Commit 67b5630a authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

ENH: added display for empty values

parent e024a1e9
No related branches found
No related tags found
1 merge request!34F fix 110
......@@ -266,6 +266,14 @@ h5 {
border-radius: 8px;
}
.caosdb-empty-value {
font-weight: bold;
font-size: 90%;
border: 1px solid #bbb;
padding: 2px 8px;
border-radius: 8px;
}
.caosdb-entity-panel-heading {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
......
......@@ -313,7 +313,7 @@
<!-- DEPRECATED css class .caosdb-property-text-value - Use
.caosdb-f-property-single-raw-value or introduce new
.caosdb-v-property-text-value -->
<span class="caosdb-f-property-single-raw-value caosdb-property-text-value"/>
<span class="caosdb-f-property-single-raw-value caosdb-property-text-value caosdb-empty-value">EMPTY</span>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment