fix: Styling for 1536w plates
This commit is contained in:
parent
526029ee4d
commit
5c57614e21
|
@ -57,13 +57,35 @@ td.current_select div.plate_cell_inner {
|
||||||
.W1536 {
|
.W1536 {
|
||||||
th {
|
th {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
line-height: 0px;
|
||||||
|
}
|
||||||
|
tr:first-child {
|
||||||
|
th {
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
td.current_select div.plate_cell_inner {
|
||||||
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.W3456 {
|
.W3456 {
|
||||||
th {
|
th {
|
||||||
font-size: 0.9rem;
|
font-size: 0.6rem;
|
||||||
line-height: 0px;
|
line-height: 0px;
|
||||||
padding-bottom: 0.4rem;
|
}
|
||||||
|
tr:first-child {
|
||||||
|
th {
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
td.current_select div.plate_cell_inner {
|
||||||
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue