Add LabelV120, LabelV150, LabelV200

This commit is contained in:
slawkens 2025-06-14 20:52:38 +02:00
parent a7efacdbac
commit ba4ed6a04b
2 changed files with 42 additions and 0 deletions

View File

@ -453,6 +453,27 @@ a:hover
white-space: nowrap;
vertical-align: top;
}
.LabelV120 {
font-weight: bold;
padding-right: 10px;
white-space: nowrap;
vertical-align: top;
width: 120px;
}
.LabelV150 {
font-weight: bold;
padding-right: 10px;
white-space: nowrap;
vertical-align: top;
width: 150px;
}
.LabelV200 {
font-weight: bold;
padding-right: 10px;
white-space: nowrap;
vertical-align: top;
width: 200px;
}
.LabelH {
font-weight: bold;
padding-right: 10px;

View File

@ -1446,6 +1446,27 @@ img {
white-space: nowrap;
vertical-align: top;
}
.LabelV120 {
font-weight: bold;
padding-right: 10px;
white-space: nowrap;
vertical-align: top;
width: 120px;
}
.LabelV150 {
font-weight: bold;
padding-right: 10px;
white-space: nowrap;
vertical-align: top;
width: 150px;
}
.LabelV200 {
font-weight: bold;
padding-right: 10px;
white-space: nowrap;
vertical-align: top;
width: 200px;
}
.LabelH {
font-weight: bold;
padding-right: 10px;