Fix positioning/rendering
This commit is contained in:
parent
d504ec0a16
commit
692166bc2a
|
@ -740,10 +740,9 @@ table.plain tbody > tr:nth-child(odd) > th {
|
||||||
padding: 4px 8px 5px 8px;
|
padding: 4px 8px 5px 8px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top: -23px;
|
top: -23px;
|
||||||
left: -23px;
|
left: -21px;
|
||||||
color: rgba(255,255,255,0.9);
|
color: rgba(255,255,255,0.9);
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-weight: bold;
|
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #50585D;
|
background: #50585D;
|
||||||
|
|
Loading…
Reference in New Issue