equipment/style.css

34 lines
533 B
CSS
Raw Normal View History

2025-02-10 10:16:53 +01:00
.informations {
margin-top : 0.5em;
}
2025-02-18 12:13:56 +01:00
/*
2025-02-10 10:16:53 +01:00
.informations legend {
font-weight: bold;
border-bottom : solid 1px;
margin-bottom : 0.5em;
}
2025-02-18 12:13:56 +01:00
*/
2025-02-10 10:16:53 +01:00
.informations dt::after {
content: ' :';
}
.informations dl.describe {
margin : 0;
}
.informations dl.describe > dt {
flex: 0 0 10rem;
2025-02-18 12:13:56 +01:00
margin-right: 0;
}
.informations dl.describe > dd {
margin-top : 0;
margin-left : 0;
2025-02-10 10:16:53 +01:00
}
/* désactiver rétroaction pour colonnes non triables */
table.list > thead td[class~=nosort] a:hover {
background-color : rgba(var(--gSecondColor), 0.);
}