change styles a bit. put graphs on device header

git-svn-id: http://www.observium.org/svn/observer/trunk@2497 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-19 02:20:16 +00:00
parent 5c09909be8
commit 58034ce162
5 changed files with 102 additions and 25 deletions
+3 -5
View File
@@ -227,7 +227,7 @@ function popUp(URL)
// End -->
</script>
<script type="text/javascript" src="js/overlib.js"></script>
<div id="center">
<div id="container">
<?php
@@ -241,9 +241,8 @@ if(!$vars['bare'] == "yes") {
?>
<div class="clearer"></div>
<div class="content-mat" style="border: 1px none #fcc;">
<div id="content" style="border: 1px none #ccc; min-height:650px;">
<div style="margin: 7px;"></div>
<div id="content" style="min-height:650px; width:auto; display:block;">
<div style="clear:both; height:6px; display:block;"></div>
<?php
### To help debug the new URLs :)
@@ -279,7 +278,6 @@ if ($_SESSION['authenticated'])
?>
</div>
<div class="clearer"></div>
</div>
</div>
<?php
$end = utime(); $run = $end - $start;