mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Fix servicematrix styling issues in firefox and ie
This commit is contained in:
parent
a21b76deaf
commit
44950ea570
@ -57,7 +57,7 @@
|
|||||||
); ?>" title="<?= $this->escape($service->service_output); ?>" class="state_<?= $this->monitoringState($service, 'service'); ?> <?= $service->service_handled ? 'handled' : ''; ?>"></a>
|
); ?>" title="<?= $this->escape($service->service_output); ?>" class="state_<?= $this->monitoringState($service, 'service'); ?> <?= $service->service_handled ? 'handled' : ''; ?>"></a>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<td>
|
<td>
|
||||||
·
|
·
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</td>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
|
@ -534,19 +534,17 @@ table.pivot {
|
|||||||
thead {
|
thead {
|
||||||
th {
|
th {
|
||||||
height: 6em;
|
height: 6em;
|
||||||
padding: 2px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
top: 2px;
|
margin-top: -3em;
|
||||||
left: 2px;
|
margin-right: -1.5em;
|
||||||
right: -1.5em;
|
padding-left: 1.3em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-left: 1.2em;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
margin-right: 4px;
|
margin-right: 0.25em;
|
||||||
margin-top: 4em;
|
margin-top: 4em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -563,9 +561,10 @@ table.pivot {
|
|||||||
-moz-transform-origin: bottom left;
|
-moz-transform-origin: bottom left;
|
||||||
-webkit-transform: rotate(-45deg);
|
-webkit-transform: rotate(-45deg);
|
||||||
-webkit-transform-origin: bottom left;
|
-webkit-transform-origin: bottom left;
|
||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
//filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
|
border: 0; // Remove highlighting in firefox
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user