Skip to content
Snippets Groups Projects
Verified Commit 1fa8cdfc authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP

parent f2554885
Branches
Tags
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #6803 passed with warnings
......@@ -185,10 +185,6 @@ tbody:not(:hover) tr .caosdb-v-entity-version-hint-cur {
background-color: transparent !important;
}
.caosdb-entity-heading-attr {
overflow-x: auto;
}
a.label.caosdb-id-button:hover {
background-color: #5E6762;
}
......@@ -326,8 +322,14 @@ h5 {
border-bottom-right-radius: 3px;
}
.coasdb-entity-version-attr,
.caosdb-entity-heading-attr {
overflow-x: auto;
}
.coasdb-entity-version-attr-name,
.caosdb-entity-heading-attr-name {
color: #6c6c6c;
color: #6c6c6c;
font-size: 90%;
margin-right: 0.3em;
}
......
......@@ -609,9 +609,9 @@
<xsl:value-of select="' bg-danger'"/>
</xsl:if>
</xsl:attribute>
<p class="caosdb-entity-heading-attr">
<p class="caosdb-entity-version-attr">
<h4 class="modal-title">Version Info</h4>
<em class="caosdb-entity-heading-attr-name">
<em class="caosdb-entity-version-attr-name">
This is
<xsl:if test="not(@head='true')"><b>not</b></xsl:if>
the latest version of this entity.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment