Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
* Add style to fullscreen button
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncx committed Oct 23, 2015
1 parent bf76eaa commit f9d51e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions www/Themes/Centreon-2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1446,3 +1446,18 @@ span.state_badge {
background-color: black;
z-index: 1000;
}

/* Fullscreen icon */
.fullscreen-icon {
position: absolute;
top: -10px;
right: 10px;
border-radius: 4px;
background-color: #58585a;
padding: 6px;
cursor: pointer;
}

.fullscreen-icon img {
vertical-align: middle;
}
4 changes: 3 additions & 1 deletion www/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
<?php print _("Generated in "); $time_end = microtime_float(); $now = $time_end - $time_start; print round($now,3) . " " . _("seconds"); ?>
</td>
<td align='center' class='copyRight'>
<div style="float: right;" onclick="myToggleAll(0,true);saveFullScreenSetting();" > FullScreen</div>
<div class="fullscreen-icon" title="Fullscreen" onclick="myToggleAll(0,true);saveFullScreenSetting();" >
<img class="ico-16" alt="FullScreen" src="./img/icons/fullscreen.png">
</div>
<a href='http://documentation.centreon.com' title='{$Documentation}' target='_blank'><?php echo _("Documentation"); ?></a>
<a href="http://support.centreon.com" title="Centreon Support Access" target='_blank'>Centreon Support</a> -
<a href="http://www.centreon.com" title='Centreon Services Overview' target='_blank'>Centreon Services</a>
Expand Down
Binary file added www/img/icons/fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9d51e6

Please sign in to comment.