Skip to content
Snippets Groups Projects
Commit dd6b564a authored by Rachel Gaubil's avatar Rachel Gaubil
Browse files

Merge branch 'paints' into 'main'

[fix] persName display

See merge request !93
parents ecc5c111 557d83d3
No related branches found
No related tags found
1 merge request!93[fix] persName display
......@@ -6,11 +6,13 @@
display: grid;
padding: 0;
}
.img-thumbnail-container span {
font-size: 0.7rem;
text-align: center;
}
.img-thumbnails hr{
.img-thumbnails hr {
margin-top: 1rem;
color: var(--main-color);
}
......@@ -23,7 +25,7 @@
display: none;
}
.current-page-text{
.current-page-text {
display: block;
background-color: transparent;
}
......@@ -76,12 +78,27 @@
position: absolute;
border: 1px solid var(--main-color);
border-radius: 1rem;
background-color: rgb(255,255,255, 0.75);
background-color: rgb(255, 255, 255, 0.75);
z-index: 1;
margin-top:3rem;
margin-top: 3rem;
}
.osd-btn span {
display: block !important;
color: var(--main-color);
}
/****************
persName
****************/
.persName .persName-info.on-left {
left: 105%;
right: unset;
}
.persName .persName-info.on-right {
right: 105%;
left: unset;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment