Fix servicematrix styling issues in firefox and ie

This commit is contained in:
Johannes Meyer 2014-03-20 09:22:29 +01:00
parent a21b76deaf
commit 44950ea570
2 changed files with 7 additions and 8 deletions

View File

@ -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>
&centerdot; &middot;
<?php endif ?> <?php endif ?>
</td> </td>
<?php endforeach ?> <?php endforeach ?>

View File

@ -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;
} }
} }