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
2ebe9ed6
Verified
Commit
2ebe9ed6
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-boot-tour' into f-fix-212
parents
90049aee
d9075c38
No related branches found
No related tags found
1 merge request
!35
fix form_elements dropdow menu (deselect all)
Pipeline
#8734
passed with warnings
3 years ago
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/css/webcaosdb.css
+10
-6
10 additions, 6 deletions
src/core/css/webcaosdb.css
with
10 additions
and
6 deletions
src/core/css/webcaosdb.css
+
10
−
6
View file @
2ebe9ed6
...
@@ -161,7 +161,6 @@ tbody:not(:hover) tr .caosdb-v-entity-version-hint-cur {
...
@@ -161,7 +161,6 @@ tbody:not(:hover) tr .caosdb-v-entity-version-hint-cur {
* .caosdb-v-property-text-value */
* .caosdb-v-property-text-value */
.caosdb-property-text-value
{
.caosdb-property-text-value
{
white-space
:
pre-line
;
white-space
:
pre-line
;
background-color
:
transparent
!important
;
}
}
.caosdb-clickable
:hover
{
.caosdb-clickable
:hover
{
...
@@ -295,7 +294,7 @@ h5 {
...
@@ -295,7 +294,7 @@ h5 {
}
}
.caosdb-value-list
>
.btn-group
,
.caosdb-value-list
>
.btn-group
,
.caosdb-value-list
>
ol
{
.caosdb-value-list
>
ol
{
display
:
inline-block
;
display
:
inline-block
;
float
:
none
;
float
:
none
;
white-space
:
nowrap
;
white-space
:
nowrap
;
margin-bottom
:
0px
;
margin-bottom
:
0px
;
...
@@ -303,16 +302,21 @@ h5 {
...
@@ -303,16 +302,21 @@ h5 {
}
}
.caosdb-value-list
>
.list-inline
>
li
{
.caosdb-value-list
>
.list-inline
>
li
{
border-left-width
:
0px
;
background-color
:
white
;
padding
:
0.2rem
0.5rem
;
margin
:
auto
0
;
border
:
1px
solid
#212529
;
border-left-width
:
0px
;
font-size
:
0.875rem
;
}
}
.caosdb-value-list
>
.list-inline
>
li
:first-child
{
.caosdb-value-list
>
.list-inline
>
li
:first-child
{
border-radius
:
4px
0px
0px
4px
;
border-radius
:
0.2rem
0px
0px
0.2rem
;
border-left-width
:
1px
;
border-left-width
:
1px
;
}
}
.caosdb-value-list
>
.list-inline
>
li
:last-child
{
.caosdb-value-list
>
.list-inline
>
li
:last-child
{
border-radius
:
0px
4px
4px
0px
;
border-radius
:
0px
0.2rem
0.2rem
0px
;
}
}
/* single boolean values */
/* single boolean values */
...
...
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