git-svn-id: http://www.observium.org/svn/observer/trunk@393 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-27 10:07:47 +00:00
parent ae4d69b680
commit 25bcea3236
3 changed files with 18 additions and 18 deletions

View File

@ -700,30 +700,30 @@ visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:1
#### For fancy tabs
.shadetabs {
padding: 3px 3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font-family: Verdana, arial, sans-serif;
font-weight: bold;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding: 3px 3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font-family: Verdana, arial, sans-serif;
font-weight: bold;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 2px 7px;
margin-right: 3px;
border: 1px solid #aaa;
color: #2d2b2b;
background: white url(../images/menu2.gif) top left repeat-x;
text-decoration: none;
padding: 2px 7px;
margin-right: 3px;
border: 1px solid #aaa;
color: #2d2b2b;
background: white url(../images/menu2.gif) top left repeat-x;
}
.shadetabs li a:visited{

BIN
html/images/port_graphs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

View File

@ -74,7 +74,7 @@ if(@mysql_result(mysql_query("select count(interface_id) from interfaces WHERE d
</li>
<li class=" . $select['ifgraphs'] . ">
<a href='".$config['base_url']."/device/" . $device['device_id'] . "/ifgraphs/'>
<img src='images/16/chart_curve_link.png' align=absmiddle border=0> Port Graphs
<img src='images/16/port_graphs.png' align=absmiddle border=0> Port Graphs
</a>
</li>");
}