Fix firefox specific graphical bugs in the servicematrix view
This commit is contained in:
parent
d0fd25d4ef
commit
77403d55d6
|
@ -535,13 +535,10 @@ table.pivot {
|
|||
thead {
|
||||
th {
|
||||
height: 6em;
|
||||
position: relative;
|
||||
|
||||
div {
|
||||
margin-top: -3em;
|
||||
margin-right: -1.5em;
|
||||
padding-left: 1.3em;
|
||||
position: absolute;
|
||||
|
||||
span {
|
||||
width: 1.5em;
|
||||
|
@ -576,6 +573,7 @@ table.pivot {
|
|||
tbody {
|
||||
th {
|
||||
padding: 0 14px 0 0;
|
||||
white-space: nowrap;
|
||||
|
||||
a {
|
||||
font-size: 0.8em;
|
||||
|
|
Loading…
Reference in New Issue