Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
67b5630a
Commit
67b5630a
authored
4 years ago
by
Alexander Schlemmer
Browse files
Options
Downloads
Patches
Plain Diff
ENH: added display for empty values
parent
e024a1e9
No related branches found
No related tags found
1 merge request
!34
F fix 110
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/core/css/webcaosdb.css
+8
-0
8 additions, 0 deletions
src/core/css/webcaosdb.css
src/core/xsl/entity.xsl
+1
-1
1 addition, 1 deletion
src/core/xsl/entity.xsl
with
9 additions
and
1 deletion
src/core/css/webcaosdb.css
+
8
−
0
View file @
67b5630a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/core/xsl/entity.xsl
+
1
−
1
View file @
67b5630a
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment