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 {
|
thead {
|
||||||
th {
|
th {
|
||||||
height: 6em;
|
height: 6em;
|
||||||
position: relative;
|
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin-top: -3em;
|
|
||||||
margin-right: -1.5em;
|
margin-right: -1.5em;
|
||||||
padding-left: 1.3em;
|
padding-left: 1.3em;
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
|
@ -576,6 +573,7 @@ table.pivot {
|
||||||
tbody {
|
tbody {
|
||||||
th {
|
th {
|
||||||
padding: 0 14px 0 0;
|
padding: 0 14px 0 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
|
Loading…
Reference in New Issue