fin des corrections

This commit is contained in:
Valentin
2023-12-03 19:15:44 +01:00
parent 54e7a2e847
commit 648c737925
5 changed files with 469 additions and 429 deletions
+40
View File
@@ -62,6 +62,41 @@
z-index: 10;
}
.tlRectPart {
width: 22px;
border-bottom: solid 1px #010d19;
border-top: solid 1px #010d19;
transition: width 0.3s ease-out;
cursor: pointer;
}
.tlFixedTitle {
position: fixed;
z-index: 1;
display: none;
opacity: 0;
transition: opacity 0.3s ease-out;
width: 10vw;
left: 60px;
font-size: 0.9em;
line-height: 1.2;
}
.tlFixedTitle p {
background-color: #010d19;
}
#titres_frise {
font-size: 0.9em;
background-color: rgba(1, 13, 25, 0.6);
z-index: 20;
position: fixed;
left: 60px;
width: 10vw;
line-height: 1.2;
margin-top: -8px;
}
.isContentPart td:last-of-type {
position: absolute;
width: auto !important;
@@ -238,5 +273,10 @@
.edit-button {
transform: translateX(70px);
}
thead::after {
left: auto;
right: 0 !important;
}
}
}