More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
{{#css: | {{#css: | ||
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2){ | .table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2){ | ||
height: | height: 140px; | ||
width: 40px; | width: 40px; | ||
min-width: 40px; | min-width: 40px; | ||
| Line 16: | Line 16: | ||
position: relative; | position: relative; | ||
top: 0px; | top: 0px; | ||
left: | left: 70px; /* 80 * tan(-45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/ | ||
height: 100%; | height: 100%; | ||
-ms-transform:skew(-45deg,0deg); | -ms-transform:skew(-45deg,0deg); | ||