mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixes to layout. fix netstats icmp/snmp poller (specify mib name)
git-svn-id: http://www.observium.org/svn/observer/trunk@2444 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -18,9 +18,14 @@ body {
|
||||
.pagemenu-selected {
|
||||
font-weight: bold;
|
||||
background-color: #cecece;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
padding: 2px 8px 3px 8px;
|
||||
|
||||
padding:3px 8px 4px 8px;
|
||||
|
||||
/* Rounded Corners */
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
|
||||
}
|
||||
|
||||
.submit {
|
||||
@@ -746,8 +751,8 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
|
||||
/* Gradient background */
|
||||
background:#F4F4F4;
|
||||
background: -moz-linear-gradient(top, #FFF, #CCC);
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#CCC));
|
||||
background: -moz-linear-gradient(top, #FBFBFB, #DDD);
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DDD));
|
||||
|
||||
/* Rounded Corners */
|
||||
-moz-border-radius: 0px 3px 3px 3px;
|
||||
|
||||
Reference in New Issue
Block a user