mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@393 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -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
BIN
html/images/port_graphs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 827 B |
@ -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>");
|
||||
}
|
||||
|
Reference in New Issue
Block a user